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.

Changes

No recorded changes to this endpoint across all 6 revisions of this API.