Create Enrollment URL
POST/v1/user_profiles/{id}/enrollment_url
Create Enrollment URL
Path Parameters
id: string
Header Parameters
Returns
Create Enrollment URL
curl https://api.anthropic.com/v1/user_profiles/$ID/enrollment_url \
-X POST \
-H 'anthropic-version: 2023-06-01' \
-H 'anthropic-beta: user-profiles-2026-03-24' \
-H "X-Api-Key: $ANTHROPIC_API_KEY"Response 200
{
"expires_at": "2019-12-27T18:11:19.117Z",
"type": "type",
"url": "url"
}Returns Examples
Response 200
{
"expires_at": "2019-12-27T18:11:19.117Z",
"type": "type",
"url": "url"
}