Skip to main content
Get a list of all accounts in the vault. Required Permissions for using this action:
  • List Accounts
External DocumentationTo learn more, visit the CyberArk documentation.

Basic Parameters

ParameterDescription
Search KeywordsA list of keywords to search accounts by, separated by a space.
Search TypeGet accounts that either contain or start with the value specified in the Search Keywords parameter.
SortThe property by which to sort the retrieved results.

Advanced Parameters

ParameterDescription
FilterFilter account records by specific attributes and types in a standard REST query format.

Available fields to search by:
- safeName
- modificationTime
- secretModificationTime

Examples:
- safeName contains admin - Find safes with “admin” in name.
- safeName eq Administrator - Find exact name match.
LimitThe maximum number of items to retrieve per request (zero-based).
OffsetThe index of the first result to retrieve.
Saved FilterFilter accounts by a saved filter.

Example Output

{
  "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
}

Workflow Library Example

List Accounts with Cyberark and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I