Workspace Users
Invite user to workspace
Invite a user to a workspace. If the user already exists in the organization they will be automatically added to the workspace.
POST
Authorizations
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
ID of the workspace
Body
application/json
Email addresses of the invitees.
Example:
["newuser@example.com"]
Role assigned to the invitee.
Available options:
owner
, editor
, operator
, viewer
Example:
"owner"
Was this page helpful?