MyChat Integration API error: MCIAPI_Error_DomainNickAlreadyExists, such a domain user already exists
Error
46, MCIAPI_Error_DomainNickAlreadyExists
Description
You can't register a new domain user with this nickname and domain name that already exist.
JSON object
{
"cmd" : "0001",
"evocator" : "XXXX",
"error" : 46,
"Nick" : "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; |
Nick |
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
Make sure that you do not register the same user. The letter case in the domain and login names does not matter. Find a duplicate on Admin Panel, the section "Users".
Created with the Personal Edition of HelpNDoc: Powerful and User-Friendly Help Authoring Tool for Markdown Documents