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