Claude Platform Docs

Perfis de usuário

Criar perfil de usuário
POST/v1/user_profiles
Listar perfis de usuário
GET/v1/user_profiles
Obter perfil de usuário
GET/v1/user_profiles/{user_profile_id}
Atualizar perfil de usuário
POST/v1/user_profiles/{user_profile_id}
Criar URL de inscrição
POST/v1/user_profiles/{user_profile_id}/enrollment_url
Models
BetaUserProfile object{ type, id, created_at, 8 more }
BetaUserProfileEnrollmentURL object{ type, expires_at, url }
type: "enrollment_url"

Object type. Always enrollment_url.

expires_at: string

A timestamp in RFC 3339 format

formatdate-time
url: string

Enrollment URL to send to the end user. Valid until expires_at.

BetaUserProfileExternalUserDetails object{ account_status, country, email_hash, 4 more }

Details about the entity this profile represents, as the platform states them. Anthropic does not verify them. Every field is present, null until the platform supplies a value.

BetaUserProfileExternalUserDetailsParams object{ account_status, country, email_hash, 4 more }
BetaUserProfileTrustGrant object{ status }
status: "active" or "pending" or "rejected"

Status of the trust grant.

One of the following:
"active"
"pending"
"rejected"