226 - User Query Error¶
API Error Code | 226 |
HTTP Status Code | |
Error Text | An error occurred querying the user list. |
Description | There was an error querying a list of users through the authentication backend. |
Examples¶
application/json¶
{
"err": {
"code": 226,
"msg": "An error occurred querying the user list.",
"type": "user-query-error"
},
"stat": "fail"
}