Getting a list of domains
Note
This feature is at the Preview stage.
Getting a list of domains in a user pool
- Log in to Yandex Identity Hub
using an administrator or organization owner account. - In the left-hand panel, click
User pools. - Select the pool from the user pool list.
- Under Domains, you will see a list of all available domains.
If you do not have the Yandex Cloud CLI installed yet, install and initialize it.
By default, the CLI uses the folder specified when creating the 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 parameter.
Use the Userpool.ListDomains REST API method for the Userpool resource or the UserpoolService/ListDomains gRPC API call.
Getting a list of domains in a federation
If you do not have the Yandex Cloud CLI installed yet, install and initialize it.
By default, the CLI uses the folder specified when creating the 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 parameter.
-
See the description of the CLI command for getting a list of domains in a federation:
yc organization-manager federation saml list-domains --help -
Run this command:
yc organization-manager federation saml list-domains <federation_name_or_ID>
Use the Federation.ListDomains REST API method for the Federation resource or the FederationService/ListDomains gRPC API call.