Skip to main content
POST
Invite a new team member by email

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string
required
Example:

"dev@example.com"

role
enum<string>
default:developer
required
Available options:
developer,
manager,
admin

Response

201

Invitation sent