Audit users
External DocumentationTo learn more, visit the CyberArk documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Audit users| Parameter | Description |
|---|---|
| Filter | Filter group records by group type and name using standard REST query format. Available fields to search by: - groupType - Group type (Directory or Vault)- groupName - Group nameExamples: - groupType eq Directory - Show only directory groups.- groupName eq Auditors - Find groups named exactly “Auditors”. |
| Include Members | Select to include group members in the response. |
| Search | Filter records by properties that contain the specified search text. |
| Sort | The property by which to sort the retrieved results. |
{
"value": [
{
"id": 8,
"groupType": "Vault",
"members": [
{
"UserName": "Auditor",
"id": 3
}
],
"groupName": "Auditors",
"description": "Auditors group",
"location": "\\"
}
],
"count": 1
}
Was this page helpful?