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