Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get the details of a user group. Note: Groups are retrieved only if they are on the same level as the connected user or lower in the vault hierarchy. Required Permissions for using this action:
  • Audit users
External DocumentationTo learn more, visit the CyberArk documentation.

Parameters

ParameterDescription
Group IDThe ID of the group to retrieve details for.
Include MembersSelect to include group members in the response.

Example Output

{
	"id": 8,
	"groupType": "Vault",
	"members": [
		{
			"UserName": "Auditor",
			"id": 3
		}
	],
	"groupName": "Auditors",
	"description": "Auditors group",
	"location": "\\"
}

Workflow Library Example

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