Is there any existing function I can call to delete all existing users. Use Radzen with security

I was able to sync existing users from old desktop application to Radzen project. Looking for "to delete all existing Radzen security users" in a graceful style.
The main purpose for this is to avoid unnecessary noise from deployment team.

Hi @Mark_Chenpingling,

At the moment there is no existing function that Radzen generates. You however get access to the UserManager instance in the SecurityService and can use its DeleteUser method.

1 Like