Create Enrollment URL
post/v1/user_profiles/{user_profile_id}/enrollment_url?beta=true
Path parameters
user_profile_idstring required
Path parameter user_profile_id
Headers
anthropic-versionstring
anthropic-betastring
Response
Successful response (OK)
Example response
{
"type": "enrollment_url",
"url": "https://platform.claude.com/user-profiles/enrollment/M3J0bGJxZ2ppMnptbnB1",
"expires_at": "2026-03-15T10:15:00Z"
}