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
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Identity Hub
  • Getting started
    • All guides
    • Subscribing a user to notifications
      • Overview
      • Assigning a user as organization administrator
      • Assigning a role to a user
      • Assigning a role to a user group
      • Viewing roles assigned in an organization
      • Revoking a user's role
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  1. Step-by-step guides
  2. Access management
  3. Viewing roles assigned in an organization

Viewing roles assigned in an organization

Written by
Yandex Cloud
Updated at June 9, 2025

You can view all roles assigned to subjects in an organization:

Cloud Center UI
CLI
API
  1. Log in to Yandex Identity Hub using an administrator or organization owner account.

  2. In the left-hand panel, select Access bindings.

  3. The Access bindings page will display information about users and roles assigned to them.

    If you have more than one organization, you can switch to the one you need. To do this, click next to the name of the current organization in the top-left corner of the screen and select another one.

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.

  1. To view a list of organizations available to you, run this command:

    yc organization-manager organization list
    

    Result:

    +----------------------+-----------------------------+-------------------------+--------+
    |          ID          |            NAME             |          TITLE          | LABELS |
    +----------------------+-----------------------------+-------------------------+--------+
    | bpf1smsil5q0******** | org1-technical-name         | Organization One        |        |
    | bpf2c65rqcl8******** | org2-technical-name         | Organization Two        |        |
    | bpfaidqca8vd******** | org3-technical-name         | Organization Three      |        |
    +----------------------+-----------------------------+-------------------------+--------+
    

    Copy the ID of the organization you need from the ID column.

  2. See the description of the CLI command to get a list of roles assigned in an organization:

    yc organization-manager organization list-access-bindings --help
    
  3. Get a list of roles assigned in an organization by specifying its name or ID:

    yc organization-manager organization list-access-bindings <organization_ID>
    

    Result:

    +------------------------------------------+----------------+----------------------+
    |                 ROLE ID                  |  SUBJECT TYPE  |      SUBJECT ID      |
    +------------------------------------------+----------------+----------------------+
    | auditor                                  | serviceAccount | ajefbjkmgjt1******** |
    | admin                                    | userAccount    | asefbskmgjt1******** |
    | organization-manager.organizations.owner | userAccount    | ajcfabjkmgjt******** |
    +------------------------------------------+----------------+----------------------+
    

Use the ListAccessBindings REST API method for the Organization resource or the OrganizationService/ListAccessBindings gRPC API call.

Was the article helpful?

Previous
Assigning a role to a user group
Next
Revoking a user's role
© 2025 Direct Cursus Technology L.L.C.