Update password

Good afternoon.

Recently we had problems with changing email via roundcube as post

I would like to know if changing email via API can occur the same problem?

Thanks!

If you’re hit by this, you can recover the sqlite database using the following command:
sudo sqlite3 users.sqlite 'PRAGMA journal_mode=delete;'
This way you don’t need to recover from a backup.

This was posted in another thread but I’m on a mobile and can’t copy and paste multiple things easily.

Thanks for the answer!
Correct, I even had to correct it before.
My question is if anyone is aware of the change via BOX’s administrative panel (API) does the error also occur?
Thanks