Claude Platform Docs

邀請

建立邀請
POST/v1/organizations/invites
取得邀請
GET/v1/organizations/invites/{invite_id}
列出邀請
GET/v1/organizations/invites
刪除邀請
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