Get All Users in an Organization

Note: This SDK is currently in deprecation. Migrate to JavaScript SDK now.

The SDK snippet below demonstrates fetching the list of all users assigned to an organization using the getAllUsers(Org ID) method.

copy
const userManagement = app.userManagement();
userManagement.getAllUsers('10062701096'); //  Enter your Org ID here

Last Updated 2026-09-08 16:37:33 +0530 IST