Skip to main content
Get information about a safe in the vault.
External DocumentationTo learn more, visit the CyberArk documentation.

Parameters

ParameterDescription
Include AccountsSelect to include safe accounts in the response.
Safe IDThe ID of the required safe.
Use CacheSelect to retrieve the cache from a session in the response.

Example Output

{
	"safeUrlId": "HRSafe",
	"safeName": "HRSafe",
	"safeNumber": 687,
	"description": "HRSafe_Desc",
	"location": "\\",
	"creator": {
		"id": "2",
		"name": "Administrator"
	},
	"olacEnabled": false,
	"managingCPM": "",
	"numberOfVersionsRetention": null,
	"numberOfDaysRetention": 6,
	"autoPurgeEnabled": false,
	"creationTime": 1621412613,
	"lastModificationTime": 1622361852859451,
	"accounts": [],
	"isExpiredMember": false
}

Workflow Library Example

Get Safe with Cyberark and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I