Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Getting Salesforce Organization ID

The Salesforce Organization ID is the unique identifier for your Salesforce org. Use the steps below to find it.

Salesforce Lightning:

  1. Log in to the Salesforce org.
  2. Click the Gear icon in the top-right corner.
  3. Click Developer Console.
    The Developer Console window opens.
  4. Go to the Query Editor tab.
  5. Enter the following query and click Execute.

    Use the following query to get the Organization ID (18-digit) and Name:

    SELECT Id, Name FROM ORGANIZATION

You can see the 18-digit organization ID as a result of the query.