Next Topic

Previous Topic

Book Contents

Get Local User Group Members

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

UserGroupName

string

MemberName

string

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "UserGroupName": "string",
      "MemberName": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}