Invite user
Sends an email invitation to join your workspace to the provided email. If the user doesn't have an account they will be prompted to create one. If the user accepts this invite they will be added as a user to your workspace and your subscription using one of your seats. This endpoint may only be called by workspace administrators. If the user is already in the workspace a 400 error will be returned.
Headers
xi-api-key
Request
This endpoint expects an object.
email
The email of the customer
seat_type
The seat type of the user
Allowed values:
group_ids
The group ids of the user
workspace_permissionDeprecated
The workspace permission of the user. This is deprecated, use seat_type instead.
Response
Successful Response
status
The status of the workspace invite request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.