Next Topic

Previous Topic

Book Contents

Get User Accounts

Returns an array of user accounts on the agent machine.

GET /assetmgmt/audit/{agentId}/useraccounts

Headers

Model Schema

Field

Datatype

Filterable

Sortable

LogonName

string

FullName

string

Description

string

 

 

IsDisabled

boolean

 

 

IsLockedOut

boolean

 

 

IsPasswordRequired

boolean

 

 

IsPasswordExpired

boolean

 

 

IsPasswordChangeable

boolean

 

 

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "LogonName": "string",
      "FullName": "string",
      "Description": "string",
      "IsDisabled": true,
      "IsLockedOut": true,
      "IsPasswordRequired": true,
      "IsPasswordExpired": true,
      "IsPasswordChangeable": true
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}