Get All Users in an Organization
The SDK snippet below demonstrates fetching the list of all users of an organization using the getAllUsers() method.
Ensure the following packages are imported:
Package Importscopyimport com.zc.component.users.ZCUser;
copyZCUser user = ZCUser.getInstance(); user.getAllUser(10062701096); // Enter your Org ID here
Last Updated 2023-12-14 16:25:23 +0530 +0530
Yes
No
Send your feedback to us
SkipSubmit