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.

Ensure the following packages are imported:

    
Package Imports
copy
import com.zc.component.users.ZCUser;
    
copy
ZCUser user = ZCUser.getInstance(); user.getAllOrgs();

Last Updated 2023-09-03 01:06:41 +0530 +0530

ON THIS PAGE