Claude Platform Docs

Users

List Users
$ ant beta:organization:users list
GET/v1/organizations/users
Get User
$ ant beta:organization:users retrieve
GET/v1/organizations/users/{user_id}
Update User
$ ant beta:organization:users update
POST/v1/organizations/users/{user_id}
Remove User
$ ant beta:organization:users remove
DELETE/v1/organizations/users/{user_id}
Models
beta_organization_user: object{ id, added_at, email, 3 more }
id: string

ID of the User.

added_at: string

RFC 3339 datetime string indicating when the User joined the Organization.

formatdate-time
email: string

Email of the User.

name: string

Name of the User.

role: "admin" or "billing" or "claude_code_user" or 6 more

Organization role of the User.

One of the following:
"admin"
"billing"
"claude_code_user"
"developer"
"managed"
"membership_admin"
"owner"
"primary_owner"
"user"
type: "user"

Object type.

For Users, this is always "user".