Update User Profile
post/v1/user_profiles/{user_profile_id}?beta=true
Path parameters
user_profile_idstring required
Path parameter user_profile_id
Headers
anthropic-versionstring
anthropic-betastring
Request body
Example request
{
"external_id": "user_12345"
}Response
Successful response (OK)
Example response
{
"id": "uprof_011CZkZCu8hGbp5mYRQgUmz9",
"type": "user_profile",
"external_id": "user_12345",
"name": "Example User",
"relationship": "external",
"trust_grants": {
"cyber": {
"status": "active"
}
},
"metadata": {},
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z"
}