Claude Platform Docs

Invites

Create Invite
POST/v1/organizations/invites
List Invites
GET/v1/organizations/invites
Get Invite
GET/v1/organizations/invites/{invite_id}
Delete Invite
DELETE/v1/organizations/invites/{invite_id}
Models
BetaOrganizationInvite object{ id, accepted_at, email, 6 more }
InviteDeleteResponse object{ id, type }
id: string

ID of the Invite.

type: "invite_deleted"

Deleted object type.

For Invites, this is always "invite_deleted".

defaultinvite_deleted