--- title: Find your organization ID slug: n1ce5273 canonical_url: https://docs.coveo.com/en/n1ce5273/ collection: manage-an-organization source_format: adoc --- # Find your organization ID When your [Coveo organization](https://docs.coveo.com/en/185/) was created, it was given a name and an ID. The organization name, which was chosen by a Coveo administrator, is displayed in the header of the [Coveo Administration Console](https://docs.coveo.com/en/183/). It can be edited through the Administration Console [**Settings** page](https://docs.coveo.com/en/1562/). ![Coveo Administration Console header](https://docs.coveo.com/en/assets/images/manage-an-organization/admin-console-header.png) The organization ID is automatically generated and based on the name given to the organization at its creation. It ends with a series of random characters. For example, if your organization name is _Company - Search_, your organization ID is `companysearch83n293c8`. Unlike the organization name, the organization ID can't be edited. Administrators or developers may need the `organizationId` value when configuring a component interacting with your Coveo organization, such as a [search interface](https://docs.coveo.com/en/2741/). This article presents the ways you can find your organization ID: * [In the organization picker](#in-the-organization-picker) * [In the Administration Console URL](#in-the-administration-console-url) * [On the "Settings" page](#on-the-settings-page) * [Through the API](#through-the-api) ## In the organization picker The organization picker indicates which organization you're managing with the Administration Console, as well as its type. When you have access to more than one organization, you can switch between organizations through this menu. The organization picker displays the organization name. To find your organization ID, click the picker, and then click icon:clipboard-text[alt=clipboard-text,width=16]. ![Copying your Coveo organization ID](https://docs.coveo.com/en/assets/images/manage-an-organization/copy-org-id.png) ## In the Administration Console URL When logged in to the Coveo Administration Console, you can find your organization in the URL of any page, after `#/`. ![Administration Console URL](https://docs.coveo.com/en/assets/images/manage-an-organization/url.png) ## On the "Settings" page On the [**Settings** page](https://docs.coveo.com/en/1562/), you can find your organization ID on the **Organization** tab, in the **Details** subtab. ![Administration Console settings](https://docs.coveo.com/en/assets/images/manage-an-organization/settings.png) ## Through the API See [Retrieving the organization ID](https://docs.coveo.com/en/148/) in the Platform API documentation.