v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Organization

Creates an invitation to join the organization.

Returns a single-use token the invitee presents to the accept-invitation endpoint.

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.