cURL
teams
Invite a user
Invite a user to join the team specified in the URL. The authenticated user needs to be an OWNER in order to successfully invoke this endpoint. The user can be specified with an email or an ID. If both email and ID are provided, ID will take priority.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The role of the user to invite
Available options:
OWNER, MEMBER, DEVELOPER, BILLING, VIEWER, CONTRIBUTOR Example:
"MEMBER"
The email address of the user to invite
Example:
"john@example.com"
The id of the user to invite
Example:
"kr1PsOIzqEL5Xg6M4VZcZosf"