Criar URL de inscrição
POST/v1/user_profiles/{user_profile_id}/enrollment_url
Criar URL de inscrição
Parameters
Returns
Criar URL de inscrição
UserProfileCreateEnrollmentUrlParams parameters = new()
{
UserProfileID = "uprof_011CZkZCu8hGbp5mYRQgUmz9"
};
var betaUserProfileEnrollmentUrl = await client.Beta.UserProfiles.CreateEnrollmentUrl(parameters);
Console.WriteLine(betaUserProfileEnrollmentUrl);Response 200
{
"expires_at": "2026-03-15T10:15:00Z",
"type": "enrollment_url",
"url": "https://platform.claude.com/user-profiles/enrollment/M3J0bGJxZ2ppMnptbnB1"
}Returns Examples
Response 200
{
"expires_at": "2026-03-15T10:15:00Z",
"type": "enrollment_url",
"url": "https://platform.claude.com/user-profiles/enrollment/M3J0bGJxZ2ppMnptbnB1"
}