Skip to main content
POST
invite team member

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
email
string<email>
required

Email address of the user to invite

Example:

"user@example.com"

role
string
required

Role to assign to the new team member

Example:

"developer"

Response

Invitation sent successfully

success
boolean
Example:

true

msg
string
Example:

"New invitation sent to ${email}"