List Accounts
External DocumentationTo learn more, visit the CyberArk documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Accounts with Cyberark and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List Accounts| Parameter | Description |
|---|---|
| Search Keywords | A list of keywords to search accounts by, separated by a space. |
| Search Type | Get accounts that either contain or start with the value specified in the Search Keywords parameter. |
| Sort | The property by which to sort the retrieved results. |
| Parameter | Description |
|---|---|
| Filter | Filter account records by specific attributes and types in a standard REST query format. Available fields to search by: - safeName- modificationTime- secretModificationTimeExamples: - safeName contains admin - Find safes with “admin” in name.- safeName eq Administrator - Find exact name match. |
| Limit | The maximum number of items to retrieve per request (zero-based). |
| Offset | The index of the first result to retrieve. |
| Saved Filter | Filter accounts by a saved filter. |
{
"id": "string",
"name": "string",
"address": "string",
"userName": "string",
"platformId": "string",
"safeName": "string",
"secretType": "key",
"platformAccountProperties": {},
"secretManagement": {
"automaticManagementEnabled": true,
"manualManagementReason": "string",
"status": "inProcess",
"lastModifiedTime": 0,
"lastReconciledTime": 0,
"lastVerifiedTime": 0
},
"remoteMachinesAccess": {
"remoteMachines": "string",
"accessRestrictedToRemoteMachines": true
},
"createdTime": 0
"categoryModificationTime": 111111111111111111111
}
Was this page helpful?