Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
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.
Available options:
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).