Skip to main content
Get all account groups in a specific safe. Required Permissions for using this action:
  • Add accounts
  • Update account content
  • Update account properties
  • Create folders
External DocumentationTo learn more, visit the CyberArk documentation.

Parameters

ParameterDescription
Safe NameThe name of the required safe.

Example Output

{
	"GroupID": "<The group ID>",
	"GroupName": "<The group name>",
	"GroupPlatformID": "<The group platform ID>",
	"Safe": "<The group Safe name>"
}

Workflow Library Example

List Account Groups by Safe with Cyberark and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I