MyChat Integration API error: MCIAPI_Error_UnknownDomainUser, an unknown domain user
Error
43, MCIAPI_Error_UnknownDomainUser
Description
A query contains a non-existent domain account.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 43,
"User" : "domain\nickname",
"context" : "myfunc",
"error_desc_ru" : "https://nsoft-s.com/...",
"error_desc_en" : "https://nsoft-s.com/...",
"error_desc_ua" : "https://nsoft-s.com/..."
}
Parameter |
Type |
Value |
cmd |
string |
command of the error HEX "0001"; |
evocator |
string |
HEX code of the sent command that caused the error; |
error |
integer |
error number; |
User |
string |
initial domain account (usually specified in a format "domain\user_login"). For domain users, after a domain, you can specify a login information, UIN, or email by using a backslash; |
context |
string |
any text sent to the server in a query command; |
error_desc_XX |
string |
links to the Help page. |
Problem solution
Domain account specified incorrectly in the initial query. Check if you specify a domain name, UIN, login, or email.
Also, make sure that an initial user account on the server is a domain one (authorization type "Active Directory").