Handling User Data After Deletion
Hello team,
I’m acting as an admin and I would like to delete a user. After calling the API https://zitadel.com/docs/apis/resources/user_service_v2/user-service-delete-user to delete the user, how should I handle the data related to that user?
Could you please help me resolve this issue?
I’m acting as an admin and I would like to delete a user. After calling the API https://zitadel.com/docs/apis/resources/user_service_v2/user-service-delete-user to delete the user, how should I handle the data related to that user?
Could you please help me resolve this issue?
The state of the user will be changed to 'deleted'. The user will not be able to log in anymore. Endpoints requesting this user will return an error 'User not found..

