Next Topic

Previous Topic

Book Contents

Get Local User Groups

Returns an array of local user groups on the agent machine.

GET /assetmgmt/audit/{agentId}/groups

Headers

Model Schema

Field

Datatype

Filterable

Sortable

UserGroupName

string

 

 

Description

string

 

 

Sample Response Model

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