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:

    
copy
import com.zc.component.users.ZCUser;
    
copy
ZCUser.getInstance().deleteUser(1510000000109587l); //Pass the UserID of the user to be deleted

Last Updated 2023-09-03 01:06:41 +0530 +0530

ON THIS PAGE

RELATED LINKS

Authentication