Invite a member
Invite a user to the organization by email. Creates a pending, single-use invite (C-3818) — no membership is granted until the invitee redeems it.
Authorizations
Path Parameters
UUID of the organization.
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Body
Response
OK
Response schema for a newly created organization invite (C-3818).
Returned instead of a Membership — invites are pending-until-redeemed
(C-3895/C-3896), so a successful call no longer means the invitee has
access yet. invite_url embeds the one-time raw token and is only ever
available in this response — it is never persisted (only its hash is), so
it cannot be recovered afterward. Capture and deliver it now.
URL-safe 22-character shortuuid encoding of the row's UUID primary key. Stable across the row's lifetime; suitable for sharing in URLs, log lines, and external SDK clients. Accepted on input as either the shortuuid form or the canonical UUID form (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Email address the invite was sent to.
Role that will be granted on acceptance.
owner, manager, billing, editor Human-readable label for the role (localized).
Invite lifecycle status: pending, accepted, awaiting_approval, denied, expired, or revoked.
Instant after which the invite can no longer be redeemed.
One-time acceptance link for the invitee. Only available in this response — capture and deliver it now.