mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 09:37:42 +00:00
7ba797b872
# Which Problems Are Solved - ImportHuman was not checking for a `UserStateDeleted` state on import, resulting in "already existing" errors when attempting to delete and re-import a user with the same id # How the Problems Are Solved Use the `Exists` helper method to check for both `UserStateUnspecified` and `UserStateDeleted` states on import # Additional Changes N/A # Additional Context N/A Co-authored-by: Livio Spring <livio.a@gmail.com>