Error
Teammates
Invite Teammate
Send an invitation to a new teammate by email.
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
A JSON object describing the invitation.
Email address of the user to invite
Example:
"newuser@example.com"
First name for the invited user
Example:
"John"
Last name for the invited user
Example:
"Doe"
Title of the team to assign the invited user to, default "Default team"
Example:
"Sales"
Role to assign. One of: collaborator, teammate, admin, agent, team_supervisor. Case-insensitive.
Available options:
admin, team_supervisor, teammate, agent, collaborator Example:
"agent"

