External DocumentationTo learn more, visit the Delinea documentation.
Actions
Search Users
Search, filter, sort, and page 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 |
|---|---|
| Include Inactive Users | Whether to include inactive users in the results. |
| Search Text | Filter users by name. |
{
"batchCount": 0,
"currentPage": 0,
"hasNext": true,
"hasPrev": true,
"nextSkip": 0,
"pageCount": 0,
"prevSkip": 0,
"records": [
{
"created": "2019-08-24T14:15:22Z",
"displayName": "string",
"domainId": 0,
"domainName": "string",
"emailAddress": "string",
"enabled": true,
"externalUserSource": "None",
"id": 0,
"isApplicationAccount": true,
"isLockedOut": true,
"lastLogin": "2019-08-24T14:15:22Z",
"loginFailures": 0,
"platformIntegrationType": "None",
"twoFactorMethod": "None",
"userName": "string"
}
],
"severity": "None",
"skip": 0,
"sortBy": [
{
"direction": "None",
"name": "string",
"priority": 0
}
],
"success": true,
"take": 0,
"total": 0
}
Was this page helpful?