Claude Platform Docs

招待

招待を作成
POST/v1/organizations/invites
招待の一覧を取得
GET/v1/organizations/invites
招待を取得
GET/v1/organizations/invites/{invite_id}
招待を削除
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