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
    • 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 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 an organization ID

Written by
Yandex Cloud
Updated at March 6, 2025

Each organization in Yandex Cloud is assigned a unique ID. With this ID, you can perform various operations with both the organization and its internal resources.

To find out the organization ID:

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

    On the Cloud Center home page that opens, you can view general info about your organization.

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

    If you have multiple organizations, you can switch between them. To do this, in the top-left corner, click next to the name of the current organization and select the one you need.

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

  1. To view a list of available organizations, 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 field.

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
© 2025 Direct Cursus Technology L.L.C.