Skip to main content
POST
Invite Team Member

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string<uuid>
required

Body

application/json
email
string<email>
required

Email of the person to invite

role
enum<string>
default:standard

Role to grant on acceptance

Available options:
admin,
standard

Response

Successful Response

id
string<uuid>
required
email
string
required
role
string
required
status
string
required
created_at
string<date-time>
required
invited_by_user_id
string<uuid> | null
expires_at
string<date-time> | null