Invitations d'Organisation
Create Invite
POST
/
v1
/
organizations
/
invites
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.
Body
application/json
Email of the User.
Role for the invited User. Cannot be "admin".
Available options:
user
, developer
, billing
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?