Claude Platform Docs

Convites

Criar convite
POST/v1/organizations/invites
Obter convite
GET/v1/organizations/invites/{invite_id}
Listar convites
GET/v1/organizations/invites
Excluir convite
DELETE/v1/organizations/invites/{invite_id}
Models
Invite 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