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
/
workspaces
/
{workspace_id}
/
invitations
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.
Role assigned to the invitee.
Available options:
owner
, editor
, operator
, viewer
Was this page helpful?