Response Fields
Field Name | Type | Description |
---|
error | string
| The error message if the command execution failed. |
returnData | JSON Object
| The returned data from the API request. |
Sample Data
JSON
{
"error": "",
"returnData": {
[
{
"userID": "21",
"userName": "rjohnson",
"firstName": "Robert",
"lastName": "Johnson",
"fullName": "Robert Johnson",
"timezone": "W. Europe Standard Time",
"timezoneId": "30",
"description": "System Administrator",
"email": "xxxx@d3security.com",
"phone": "02012345678"
},
{
"userID": "22",
"userName": "msmith",
"firstName": "Mary",
"lastName": "Smith",
"fullName": "Mary Smith",
"timezone": "Hawaiian Standard Time",
"timezoneId": "3",
"description": "System Administrator",
"email": "xxxx@d3security.com",
"phone": "8081234567"
}
]
}
}