Get User Accounts
Returns an array of user accounts on the agent machine.
GET /assetmgmt/audit/{agentId}/useraccounts
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
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"
}
