we are using Mesibo "on-premise" to manage a real time chat application but there's a problem registering users on the platform.
We are doing this using the User Creation Request documented on this page and, as expected, we obtain user's id and authtoken.
Nevertheless we can't event start a chat with this user and its status is always "Not Connected".
We dig up in the on-premise database we have in our Docker container and the users are not present there even if they are listed in the Mesibo console as well.
Could you please give us some information bout this process? Should I patch the Mesibo On-Premise DB with the informations? Why it isn't documented anywhere?
Thanks!