Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The email address of the user to invite.
Example:
"john.doe@example.com"
The first name of the invited user.
Required string length:
2 - 50Example:
"John"
The last name of the invited user.
Required string length:
3 - 50Example:
"Doe"
The business title of the invited user.
Required string length:
3 - 50Example:
"Manager"
The role assigned to the invited user in the dashboard. Learn more about roles at User Management Guide.
Available options:
OWNER, VIEWER, CUSTOM Example:
"OWNER"