latestOpenAPI 3.0.42026-08-213579001013.0 KB

5f993bd211f5

Organization

Creates an invitation to join the organization.

An invitation mail with the accept link is sent to the invitee. The response still carries the single-use token the invitee presents to the accept-invitation endpoint, so the link can also be shared manually.

post/organizations/{organizationId}/invitations

Path parameters

organizationIdstring required

The id of the organization to invite into.

Request body

emailstring required

The email address to invite.

role'Owner' | 'Admin' | 'Editor' | 'Viewer' required

Response

OK

invitationIdstring required

The id of the created invitation.

tokenstring required

The single-use token used to accept the invitation.

expiresAtstring date-time required

The instant after which the invitation can no longer be accepted.