User migration between Organizations
Good day! While working with Zitadel (Self-hosted, version 4.1.0), we encountered the following issue: the client is requesting to move all users from one organization to another without changing their passwords.
When we previously migrated users from the old database (Django + Postgres), we used the *import *endpoint, which allowed us to transfer user passwords hashed with PBKDF2 into Zitadel.
However, as far as I understand, Zitadel currently does not support changing a user's organization, nor is it possible to recreate a user with their existing password hash.
The question is: what is the recommended approach in such a case?
When we previously migrated users from the old database (Django + Postgres), we used the *import *endpoint, which allowed us to transfer user passwords hashed with PBKDF2 into Zitadel.
However, as far as I understand, Zitadel currently does not support changing a user's organization, nor is it possible to recreate a user with their existing password hash.
The question is: what is the recommended approach in such a case?
