Get All Org IDsAdmin Scope

Note: Ensure you have installed the required package to use this SDK method.

Org ID or ZAAID is the unique identification of the organization that an end-user belongs to. This identification is generated when the end-user signs up to your application through any of the authentication types, gets added through the Add User API or through the Add User button in the console.

You can use the getAllOrgs() SDK method to fetch all the Org IDs generated while adding new users to your application.

The userManagement reference used in the code snippet below is the component instance.

copy
console.log('Orgs::::', await userManagement.getAllOrgs());

Last Updated 2026-07-02 14:51:41 +0530 IST