Claude Platform Docs

User Profiles

Create User Profile
POST/v1/user_profiles
List User Profiles
GET/v1/user_profiles
Get User Profile
GET/v1/user_profiles/{user_profile_id}
Update User Profile
POST/v1/user_profiles/{user_profile_id}
Create Enrollment URL
POST/v1/user_profiles/{user_profile_id}/enrollment_url
Models
BetaUserProfile object{ id, created_at, metadata, 7 more }
BetaUserProfileEnrollmentURL object{ expires_at, type, url }
expires_at: string

A timestamp in RFC 3339 format

formatdate-time
type: "enrollment_url"

Object type. Always enrollment_url.

url: string

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

BetaUserProfileTrustGrant object{ status }
status: "active" or "pending" or "rejected"

Status of the trust grant.

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