Get All Org IDs

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.

The SDK snippet below demonstrates fetching all the Org IDs generated while adding new users to your application using the getAllOrgs() method:

    
copy
const userManagement = app.userManagement(); userManagement.getAllOrgs()

Last Updated 2023-12-14 16:25:23 +0530 +0530

ON THIS PAGE