Delete User
You can delete the end users of a Catalyst application to remove their access to it permanently.
This is done using the deleteUser() method. You must pass the UserID of the user as the parameter to this method as shown below.
Ensure the following packages are imported:
copyimport com.zc.component.users.ZCUser;
copyZCUser.getInstance().deleteUser(1510000000109587l); //Pass the UserID of the user to be deleted
Last Updated 2023-09-03 01:06:41 +0530 +0530
Yes
No
Send your feedback to us
Skip
Submit