Connectors
...
Actions
Get Accounts
4 min
description retrieve a comprehensive list of all accounts stored within the cyberark vault, providing an overview of credentials endpoint url /passwordvault/api/accounts method get inputs parameters (object) search (string) a list of keywords to search for in accounts, separated by a space searchtype (string) get accounts that either contain or start with the value specified in the search parameter sort (string) the property or properties that you want to sort returned accounts, followed by asc (default) or desc to control sort direction separate multiple properties with commas, up to a maximum of three properties offset (number) offset of the first account that is returned in the collection of results limit (number) the maximum number of returned accounts the maximum number that you can specify is 1000 filter (string) search for accounts using a filter savedfilter (string) search for accounts using a saved filter(s) output example \[ { "status code" 200, "response headers" {}, "reason" "success", "json body" { "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" 111111111111111110000 } } ] output parameters status code (number) reason (string) json body (object) id (string) name (string) address (string) username (string) platformid (string) safename (string) secrettype (string) platformaccountproperties (object) secretmanagement (object) automaticmanagementenabled (boolean) manualmanagementreason (string) status (string) lastmodifiedtime (number) lastreconciledtime (number) lastverifiedtime (number) remotemachinesaccess (object) remotemachines (string) accessrestrictedtoremotemachines (boolean) createdtime (number) categorymodificationtime (number)