Getting a list of users in a pool
Written by
Updated at March 17, 2026
Cloud Center UI
CLI
API
- Log in to Yandex Identity Hub
using an administrator or organization owner account. - In the left-hand panel, click
User pools and select the user pool. - Go to the Members tab. You will se the list of all pool users.
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 users in the pool:
yc organization-manager idp user list --help -
Run this command:
yc organization-manager idp user list --userpool-id <pool_ID>Where
--userpool-idis the ID of the pool whose list of users you want to get.
Use the User.List REST API method for the User resource or the UserService/List gRPC API call.