External DocumentationTo learn more, visit the Reco documentation.
Actions
List Users
Retrieve a list of users.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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",
"users": [
{
"id": "string",
"name": "string",
"email": "string",
"departments": [
"string"
],
"jobTitles": [
"string"
],
"personalEmails": [
"string"
],
"relatedEmails": [
"string"
],
"analysis": [
"string"
],
"adminAccounts": 0,
"accounts": 0,
"openAlerts": 0,
"isFormer": true,
"hasAccess": true,
"lastSeen": "2026-05-10T13:31:53.049Z",
"lastLogin": "2026-05-10T13:31:53.049Z",
"isInternal": true
}
]
}
Was this page helpful?