Skip to main content
POST
Create account invitation
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Body

application/json
email
string<email>
required

Recipient's email address. Must not already be a member.

role_id
string<uuid>
required

Role the invitee will receive on acceptance. Must be scope: account for account invites or scope: project for project invites.

Response

Invitation sent

success
boolean
data
object
Last modified on May 8, 2026