Skip to main content
POST
Invite a team member to your workspace

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Body

application/json
email
string
required

Email address to invite

Example:

"colleague@company.com"

role
enum<string>
required

Role to assign

Available options:
admin,
staff
Example:

"staff"

Response

Team member invited successfully.