This endpoint allows organization administrators to add or remove users from a workspace.
Documentation Index
Fetch the complete documentation index at: https://docs.gumloop.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the organization that the workspace belongs to.
Your user id -- you must be an organization admin to manage workspace users.
The ID of the workspace to manage users for.
The action to perform - either 'add' or 'remove' a user.
add, remove The email address of the target user to add or remove.
When adding a user, specify whether they should have admin privileges (default is false).