Claude Platform Docs

Users

List organization users
GET/v1/compliance/organizations/{org_uuid}/users
Models
UserListResponse object{ id, created_at, email, 2 more }

User member information for compliance responses.

id: string

User identifier (tagged ID)

created_at: string

User account creation timestamp

formatdate-time
email: string

User's current email address

full_name: string

User's current full name

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

User's built-in role within the organization. This is distinct from any custom RBAC roles that may also be assigned.

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