v12

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

Create project invitation

Send an email invitation for someone to join a specific project with the given role. The recipient gets an email with an accept link.

post/api/v1/projects/{id}/invitations

Path parameters

idstring uuid required

Project ID (UUID)

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