identityId.
External DocumentationTo learn more, visit the Reco documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
identityId.
| Parameter | Description |
|---|---|
| Count | The maximum number of results to return per page. |
| Filters | A query expression used to filter results. For Example: status eq "ALERT_STATUS_NEW"For more information about the Filters parameter, visit Reco.ai documentation. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort By | The field name to sort results by. |
| Sort Order | The sort direction for the results. |
| Start Index | The pagination index that indicates the starting point for the next set of results. |
{
"totalResults": "string",
"itemsPerPage": "string",
"accounts": [
{
"id": "string",
"name": "string",
"instance": {
"id": "string",
"appName": "string"
},
"accountEmail": "string",
"lastSeen": "2026-05-10T13:31:36.042Z",
"analysis": [
"string"
],
"hasMfa": "string",
"roles": [
"string"
],
"permissions": "string",
"openAlerts": 0,
"lastExtractionTime": "2026-05-10T13:31:36.042Z",
"departmentName": [
"string"
],
"businessUnit": [
"string"
],
"relatedEmails": [
"string"
],
"profiles": [
"string"
],
"permissionSets": [
"string"
],
"authType": [
"string"
],
"createTime": "2026-05-10T13:31:36.042Z",
"identityId": "string",
"isAdmin": true,
"isFormerUser": true,
"isInactive": true
}
]
}
Was this page helpful?