Skip to main content
POST
Invite new teammate to the workspace.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A JSON object describing the invitation.

email
string
required

Email address of the user to invite

Maximum string length: 254
Example:

"newuser@example.com"

first_name
string

First name for the invited user

Maximum string length: 150
Example:

"John"

last_name
string

Last name for the invited user

Maximum string length: 150
Example:

"Doe"

team_title
string

Title of the team to assign the invited user to, default "Default team"

Example:

"Sales"

role
enum<string>

Role to assign. One of: collaborator, teammate, admin, agent, team_supervisor. Case-insensitive.

Available options:
admin,
team_supervisor,
teammate,
agent,
collaborator
Example:

"agent"

Response

Success

status
enum<string>
required
Available options:
ok,
error
Example:

"ok"

data
object
required