MyChat Integration API error: MCIAPI_Error_WrongUsersList
Error
36, MCIAPI_Error_WrongUsersList
Description
The list of users is created incorrectly. It must have only numeric user identifiers divided by commas, without spaces.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 36
}
Parameter |
Type |
Value |
cmd |
string |
error command HEX "0001"; |
evocator |
string |
HEX code of the command sent on the server that caused the problem; |
error |
integer |
error number; |
Problem solution
Make sure that a text string with the UIN list is formed correctly.