Get All Users in an Organization
The SDK snippet below demonstrates fetching the list of all users of an organization using the getAllUsers() method.
Sample Code Snippet
Package Imports
copy
import com.zc.component.users.ZCUser;
copy
ZCUser user = ZCUser.getInstance();
user.getAllUser(10062701096); // Enter your Org ID here
Last Updated 2025-09-23 19:47:43 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit