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
      • Creating an organization
      • Getting organization ID
      • Editing organization data
      • Managing multiple organizations
      • Hiding information about organization members
      • Deleting an organization
  • Access management
  • Pricing policy
  • Terraform reference
  • Audit Trails events
  • Release notes
  1. Step-by-step guides
  2. Managing organizations
  3. Getting organization ID

Getting organization ID

Written by
Yandex Cloud
Updated at May 20, 2025

In Yandex Cloud, each organization gets a unique ID. With this ID, you can perform all kinds of operations with the organization itself and the resources created inside it.

To find out the organization ID:

Cloud Center UI
CLI
API
  1. Log in to Cloud Center.

    On the Cloud Center home page that opens, there is general info about your organization.

  2. You can find the organization ID below the organization's name in the center of the screen. Click to the right of the ID to copy it.

    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) command line interface 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. 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.

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

Was the article helpful?

Previous
Creating an organization
Next
Editing organization data
Yandex project
© 2025 Yandex.Cloud LLC