MyChat Integration API error: MCIAPI_Error_EmailNotFound
Error
20, MCIAPI_Error_EmailNotFound
Description
The user with specified email address and is not found.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 20,
"Email" : "usermail",
}
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 |
main email address of a user on the server; |
|
string |
main email address of the absent user on the server. If the initial request searches for a domain user, then this field will contain "domain/email". |
Problem solution
Check a user existence on the server in the list of registered users. If you searched for a domain user and in the filed "Email" specified domain and email with a backward slash, then make sure that you do not confuse authorization type for a user's account.