Claude Platform Docs

用户配置文件

创建用户配置文件
POST/v1/user_profiles
列出用户配置文件
GET/v1/user_profiles
获取用户配置文件
GET/v1/user_profiles/{user_profile_id}
更新用户配置文件
POST/v1/user_profiles/{user_profile_id}
创建注册 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"