Claude Platform Docs

Utenti

Elenca utenti
GET/v1/organizations/users

Elenca i membri dell'organizzazione.

Ottieni utente
GET/v1/organizations/users/{user_id}

Recupera un membro dell'organizzazione tramite ID utente.

Aggiorna utente
POST/v1/organizations/users/{user_id}

Aggiorna il ruolo nell'organizzazione di un membro.

Rimuovi utente
DELETE/v1/organizations/users/{user_id}

Rimuovi un membro dall'organizzazione.

Models
BetaOrganizationUser object{ type: "user", id, added_at, 3 more }
type: "user"

Object type.

For Users, this is always "user".

defaultuser
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.

Organization role of the User.

One of the following:
"admin"
"billing"
"claude_code_user"
"developer"
"managed"
"membership_admin"
"owner"
"primary_owner"
"user"
UserRemoveResponse object{ type: "user_deleted", id }
type: "user_deleted"

Deleted object type.

For Users, this is always "user_deleted".

defaultuser_deleted
id: string

ID of the User.