Returns an array of local user groups on the agent machine.
GET /assetmgmt/audit/{agentId}/groups
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"UserGroupName": "string",
"Description": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}