Skip to main content
Get all safes that the current user has access to.
External DocumentationTo learn more, visit the CyberArk documentation.

Basic Parameters

ParameterDescription
Extended DetailsSelect to include additional detailed information in the response.
Include AccountsSelect to include safe accounts in the response.
Safe NameFilter results by the name of the safe.
SortThe property by which to sort the retrieved results.

Advanced Parameters

ParameterDescription
LimitThe maximum number of items to retrieve per request (zero-based).
OffsetThe index of the first result to retrieve.

Example Output

{
	"value": [
		{
			"safeUrlId": "VaultInternal",
			"safeName": "VaultInternal",
			"safeNumber": 2,
			"description": "",
			"location": "\\",
			"creator": {
				"id": "2",
				"name": "Administrator"
			},
			"olacEnabled": false,
			"managingCPM": "",
			"numberOfVersionsRetention": null,
			"numberOfDaysRetention": 30,
			"autoPurgeEnabled": false,
			"creationTime": 1608827926,
			"lastModificationTime": 1610319618268452,
			"isExpiredMember": false
		}
	],
	"count": 1769,
	"nextLink": "api/safes?offset=25&limit=25&useCache=False"
}

Workflow Library Example

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