Invitations
Create invitation
Create a new invitation for a user to join the current organization.
POST
/
invitations
Authorizations
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Body
application/json
email
string
Email address of the invitee.
role
enum<string>
Role assigned to the invitee.
Available options:
admin
, member
workspaces
object[]
List of workspace to which the invitee will be added to once they accept their invitation and the role they'll be assigned for each one. Each workspace must exist as part of the current organization. If the user is already a member of the organization they'll be automatically added to each workspace listed.
Response
200 - application/json
status
enum<string>
requiredThe outcome of the creation request
Available options:
success
data
object
requiredWas this page helpful?