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