Manajemen Anggota Organisasi
Update User
POST
/
v1
/
organizations
/
users
/
{user_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 User.
Body
application/json
New role for the User. Cannot be "admin".
Available options:
user
, developer
, billing
Response
200 - application/json
ID of the User.
Object type.
For Users, this is always "user"
.
Available options:
user
Email of the User.
Name of the User.
Organization role of the User.
Available options:
user
, developer
, billing
, admin
RFC 3339 datetime string indicating when the User joined the Organization.
Was this page helpful?