Invitations
Create invitation
Create a new invitation for a user to join the current organization.
POST
/
invitations
Authorizations
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Body
application/json
Email address of the invitee.
Role assigned to the invitee.
Available options:
admin
, member
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.
Was this page helpful?