Get User Profile
Path parameters
Path parameter user_profile_id
Headers
Response
Successful response (OK)
Example response
{
"id": "uprof_011CZkZCu8hGbp5mYRQgUmz9",
"type": "user_profile",
"external_id": "user_12345",
"name": "Example User",
"access_type": "application",
"trust_grants": {
"cyber": {
"status": "active"
}
},
"external_user_onboarded_at": "2024-11-02T08:15:00Z",
"metadata": {},
"created_at": "2026-03-15T10:00:00Z",
"updated_at": "2026-03-15T10:00:00Z"
}Changes
Changed in 5 of the 68 revisions of this API.315
- ●
removed the optional property
relationshipfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
external_user_onboarded_atto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
relationshipbecame optional for the status200response-property-became-optional
- ○
added the optional property
access_typeto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
response property
external_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ○
added the optional property
nameto the response with the200statusresponse-optional-property-added
- ○
added the required property
relationshipto the response with the200statusresponse-required-property-added
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○