Getting a list of user pools
-
Log in to Yandex Identity Hub
using an administrator or organization owner account. -
In the left-hand panel, click
User pools.This will display all user pools available in your organization.
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id options.
-
See the description of the CLI command for getting a list of user pools:
yc organization-manager idp userpool list --help -
Run this command:
yc organization-manager idp userpool list --organization-id <organization_ID>Where
--organization-idis the ID of the organization you need the list of user pools for.
Use the Userpool.List REST API method for the Userpool resource or the UserpoolService/List gRPC API call.