Undangan Organisasi
Get Invite
GET
/
v1
/
organizations
/
invites
/
{invite_id}
Headers
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Path Parameters
ID of the Invite.
Response
200 - application/json
ID of the Invite.
Object type.
For Invites, this is always "invite"
.
Available options:
invite
Email of the User being invited.
Organization role of the User.
Available options:
user
, developer
, billing
, admin
RFC 3339 datetime string indicating when the Invite was created.
RFC 3339 datetime string indicating when the Invite expires.
Status of the Invite.
Available options:
accepted
, expired
, deleted
, pending
Was this page helpful?