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

  • Authorization: Bearer {hash string returned from Authentication}

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"
}