POST
/
workspaces
/
{workspace_id}
/
invitations

Authorizations

Authorization
string
headerrequired

Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.

Path Parameters

workspace_id
integer
required

ID 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>
required

The outcome of the creation request

Available options:
success
data
object
required