Skip to main content
POST
Invite a new member

Authorizations

Authorization
string
header
required

Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>

Path Parameters

workspaceId
string
required

The workspace ID

Pattern: ^ws_[a-z0-9]+$

Body

application/json
email
string<email>
required
role
enum<string>
required
Available options:
owner,
admin,
member,
viewer

Response

Invitation sent

invitation_id
string
Last modified on February 16, 2026