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 address of the user to invite

Example:

"user@example.com"

role
string

Role to assign to the new team member

Example:

"developer"

Response

Success: {"success": true, "msg": "New invitation sent to "}

success
boolean

Always true on success

msg
string

Confirmation including the invitee email address