Get the user's ID or email
Written by
You can get the following information about an organization's registered users:
- ID
- Login
- Federation ID
Organization interface
CLI
API
-
Log in to the organization's administrator account.
-
Go to Yandex Cloud Organization.
-
In the left panel, select Users
. The page will display a list:
-
The User column contains the user's username and email.
-
The ID column contains the user ID.
-
The Federation column contains the federation ID.
-
-
See the description of the command to get information about an organization's users:
$ yc organization-manager user list --help
-
Get user information by specifying the organization ID:
$ yc organization-manager user list --organization-id bof33mc4bik7bg +----------------------+----------+------------------+-----------------------+ | ID | USERNAME | EMAIL | FEDERATION ID | +----------------------+----------+------------------+-----------------------+ | ajeebjmlsdk9guz4kejh | hatter | hatter@yandex.com | gyuiawudhiksd21hsdjh | | bsdeoujmzsdks1guzker | alice | alice@yandex.com | | +----------------------+----------+------------------+-----------------------+
Get user parameters with an API call.