latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-21163196628.8 KB

2d6e4912e230

organizations

Invite Active Organization Member

Invite an address to the caller's active organization by email.

Organization owners and admins only. Unlike POST /me/members, the membership lands invited rather than active: it becomes active once the recipient accepts (POST /v1/invitations/accept). The response always carries the accept link, whether or not it was actually emailed (mail_sent), so an operator can share it themselves when mail is not configured or the send fails.

post/v1/organizations/me/member-invitations

Request body

emailstring email required
role'owner' | 'admin' | 'member' | 'viewer'

Response

Successful Response

accept_linkstring required
created_atstring date-time required
emailstring required
expires_atstring date-time required
invitation_idstring uuid required
mail_sentboolean required

Whether the invitation email was actually dispatched. False when mail is not configured, or the send itself failed; accept_link is set either way, so the operator can share it themselves rather than the invitation being a dead end.

organization_member_idstring uuid required
rolestring required
status'invited'