The whole hunk
from line 13, old and new numbered
/
lines
from line 13
1313
1414- `user_profile_id: string`
1515
16 The ID of the user profile to create an enrollment URL for (`uprof_...`).
17
1618## Headers
1719
1820- `"anthropic-beta": optional array of AnthropicBeta`
from line 119
117119
118120- `"anthropic-workspace-id": optional string`
119121
122 Optional header to select the Workspace for this request. The value is a Workspace ID (for example, `wrkspc_011CZkZaBF1tNoB5wlCeusgy`).
123
124 Only needed for credentials that can act on more than one Workspace. A credential that belongs to a specific Workspace may omit it; if sent, it must match that Workspace.
125
120126## Returns
121127
122128- `BetaUserProfileEnrollmentURL object`
129
130 A URL to give to the entity that a user profile represents, so that the entity can enroll for a trust grant.
123131
124132 - `type: "enrollment_url"`
125133