Manajemen Anggota Organisasi
Perbarui Pengguna
POST
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
, admin
, claude_code_user
Response
200
application/json
Successful Response
RFC 3339 datetime string indicating when the User joined the Organization.
Examples:
"2024-10-30T23:58:27.427722Z"
Email of the User.
Examples:
"user@emaildomain.com"
ID of the User.
Examples:
"user_01WCz1FkmYMm4gnmykNKUu3Q"
Name of the User.
Examples:
"Jane Doe"
Organization role of the User.
Available options:
user
, developer
, billing
, admin
, claude_code_user
Object type.
For Users, this is always "user"
.
Available options:
user