Get Local User Groups
Returns an array of local user groups on the agent machine.
GET /assetmgmt/audit/{agentId}/groups
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Model Schema
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{"TotalRecords": 0,
"Result": [
{"UserGroupName": "string",
"Description": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}