Skip to main content
POST
Create Invitation

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
string
required

Body

application/json
email
string | null
expires_in_days
integer | null

Response

Successful Response

Same as InvitationResponse plus the plaintext token, returned ONCE.

accepted_at
string | null
required
accepted_by_user_id
string | null
required
created_at
string
required
email
string | null
required
expires_at
string
required
id
string<uuid>
required
invited_by
string
required
status
string
required
token
string
required
workspace_id
string
required