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:
You can see the 18-digit organization ID as a result of the query.

Advantage Platform Administration
list_alt
The Salesforce Organization ID is the unique identifier for your Salesforce org. Use the steps below to find it.
Salesforce Lightning:
|
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.