Returns an array of user accounts on the agent machine.
GET /assetmgmt/audit/{agentId}/useraccounts
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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"
}