v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
Invitations

Create account invitation

Send an email invitation for someone to join the account with the given role. The recipient gets an email with an accept link. Until they accept, the invitation appears in List Members with status: pending.

post/api/v1/invitations

Request body

emailstring email required

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

role_idstring 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

successboolean