Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Organization
  • Getting started
    • All guides
    • Subscribing a user to notifications
      • Overview
      • Adding a user
      • Getting user ID or email
      • Deleting a user account
      • Leaving an organization
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  1. Step-by-step guides
  2. User management
  3. Getting user ID or email

Getting user ID or email

Written by
Yandex Cloud
Updated at May 5, 2025

You can get the following information about an organization's registered users:

  • ID
  • Login
  • Email
  • Federation ID

Note

Only users with the organization-manager.admin or organization-manager.organizations.owner role can get a user ID or email. To learn how to grant roles to a user, see Roles.

Cloud Center interface
CLI
API
  1. Go to Yandex Cloud Organization.

  2. In the left-hand panel, select Users. The page will display a list of organization users with:

    • User: User login and email address.
    • ID: User ID.
    • Federation: Federation ID.

    You may want to use the filter or search feature to find a user you need.

  3. Click the row with the user name to view the information about his OS Login profiles and SSH keys.

If you do not have the Yandex Cloud CLI yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

  1. See the description of the command to get information about an organization's users:

    yc organization-manager user list --help
    
  2. Using this command, get user-related information by specifying the organization ID:

    yc organization-manager user list --organization-id <organization_ID>
    

    Where organization_id is the organization ID.

    Result:

    +----------------------+----------+--------------------------+-----------------------+
    |          ID          | USERNAME |          EMAIL           |     FEDERATION ID     |
    +----------------------+----------+--------------------------+-----------------------+
    | ajeebjmlsdk9******** | hatter   | hatter@yandex.ru | gyuiawudhiks********  |
    | bsdeoujmzsdk******** | alice    | alice@yandex.ru  |                       |
    +----------------------+----------+--------------------------+-----------------------+
    

Get user parameters with an API call.

Was the article helpful?

Previous
Adding a user
Next
Deleting a user account
Yandex project
© 2025 Yandex.Cloud LLC