Ensuring Redundancy: Creating Another User with Full Privileges in Self-Hosted Zitadel

We have a self-hosted Zitadel instance with a user who holds all key permissions, including Org Owner, Org User Manager, Org Project Creator, and Org User Permission Editor. This user can unlock other locked users. However, if this user itself gets locked, there is no way to unlock it through another user, as we cannot create another user with the same full set of permissions.

Currently, we can unlock the user using APIs, but we need a way to create another user with identical privileges to prevent this issue in the future. How can we achieve this?
Was this page helpful?