List User Profiles
Query parameters
Query parameter for limit
Query parameter for page
ListOrder enum
Query parameter for order
Headers
Response
Successful response (OK)
Example response
{
"data": [
{
"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"
}
],
"next_page": "page_MjAyNS0wNS0xNFQwMDowMDowMFo="
}Changes
Changed in 5 of the 67 revisions of this API.45
- ▲
the response property
data/items/relationshipbecame optional for the status200response-property-became-optional
- ○
added the optional property
data/items/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
data/items/external_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
next_pagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ○
added the optional property
data/items/nameto the response with the200statusresponse-optional-property-added
- ○
added the required property
data/items/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
- ○
- ○
the response property
next_pagebecame required for the status200response-property-became-required
- ○
- ○
endpoint added
endpoint-added
- ○