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
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
workspace_id
integer
requiredID of the workspace
Body
application/json
emails
string[]
Email addresses of the invitees.
role
enum<string>
Role assigned to the invitee.
Available options:
owner
, editor
, operator
, viewer
Response
200 - application/json
status
enum<string>
requiredThe outcome of the creation request
Available options:
success
data
object
requiredWas this page helpful?