Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
© 2022 Yandex.Cloud LLC
Yandex Cloud Organization
  • Getting started
  • Managing organizations
    • Creating an organization
    • Editing organization data
    • Switching to another organization
  • Managing users
    • Overview
    • Add a user
    • Get the user's ID or email
    • Assigning access rights
    • Deleting a user account
  • Managing identity federations
    • Configuring an identity federation
    • Authentication using Active Directory
    • Authentication using Google Workspace
    • Authentication using Azure Active Directory
    • Authentication using Keycloak
    • Authentication using an SAML-compatible identity federation
  • Managing clouds and services
  • API reference
    • Authentication
    • gRPC
      • Overview
      • GroupService
      • OrganizationService
      • UserService
      • CertificateService
      • FederationService
      • OperationService
    • REST
      • Overview
      • Group
        • Overview
        • create
        • delete
        • get
        • list
        • listAccessBindings
        • listMembers
        • listOperations
        • setAccessBindings
        • update
        • updateAccessBindings
        • updateMembers
      • Organization
        • Overview
        • get
        • list
        • listAccessBindings
        • listOperations
        • setAccessBindings
        • update
        • updateAccessBindings
      • User
        • Overview
        • deleteMembership
        • listMembers
      • Federation
        • Overview
        • list
        • get
        • listUserAccounts
        • delete
        • addUserAccounts
        • update
        • listOperations
        • create
      • Certificate
        • Overview
        • list
        • get
        • delete
        • update
        • listOperations
        • create
  • Pricing policy
  1. Managing users
  2. Get the user's ID or email

Get the user's ID or email

Written by
Yandex Cloud

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

    • ID
    • Login
    • Email
    • Federation ID
    Organization interface
    CLI
    API
    1. Log in to the organization's administrator account.

    2. Go to Yandex Cloud Organization.

    3. In the left panel, select Users icon-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.

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

      $ yc organization-manager user list --help
      
    2. 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.

    Was the article helpful?

    Language / Region
    © 2022 Yandex.Cloud LLC