The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Create Enrollment URL
3url: https://platform.claude.com/docs/en/api/beta/user_profiles/create_enrollment_url
4---
5
16# Create Enrollment URL
27
38**POST** `/v1/user_profiles/{user_profile_id}/enrollment_url`
from line 21
1621
1722 - `string`
1823
19 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
24 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
2025
2126 - `"message-batches-2024-09-24"`
2227
from line 69
6469
6570 - `"user-profiles-2026-08-18"`
6671
72 - `"user-profiles-2026-09-04"`
73
6774 - `"advisor-tool-2026-03-01"`
6875
6976 - `"managed-agents-2026-04-01"`
from line 117
110117
111118- `BetaUserProfileEnrollmentURL object`
112119
120 - `type: "enrollment_url"`
121
122 Object type. Always `enrollment_url`.
123
113124 - `expires_at: string`
114125
115126 A timestamp in RFC 3339 format
116127
117128 format: date-time
118
119 - `type: "enrollment_url"`
120
121 Object type. Always `enrollment_url`.
122129
123130 - `url: string`
124131