Returns 2FA settings for a specified agent ID.
GET /assetmgmt/agent/{agentId}/twofasettings
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": {
"AgentId": 0,
"AuthEnabled": true,
"UseDefaultUser": true,
"UserName": "string",
"SASName": "string",
"SiteID": 0,
"Note": "string",
"Attributes": {}
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}