Crea Invito
The Admin API is unavailable for individual accounts. To collaborate with teammates and add members, set up your organization in Console → Settings → Organization.
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
Email of the User.
"user@emaildomain.com"
Role for the invited User. Cannot be "admin".
user
, developer
, billing
"user"
"developer"
"billing"
Response
ID of the Invite.
"invite_015gWxCN9Hfg2QhZwTK7Mdeu"
Object type.
For Invites, this is always "invite"
.
invite
Email of the User being invited.
"user@emaildomain.com"
Organization role of the User.
user
, developer
, billing
, admin
"user"
"developer"
"billing"
"admin"
RFC 3339 datetime string indicating when the Invite was created.
"2024-10-30T23:58:27.427722Z"
RFC 3339 datetime string indicating when the Invite expires.
"2024-11-20T23:58:27.427722Z"
Status of the Invite.
accepted
, expired
, deleted
, pending
"pending"