Select to view content in your preferred language

how to find organization short name by organization ID?

211
1
Jump to solution
03-21-2025 09:08 AM
hoogw
by
Regular Contributor

These mix of letter and number long string is arcgis online organization ID.

hoogw_0-1742573211875.png

 

These ID does not tell you who is owner, if you can find the organization short name behind these ID, then you know the owner.  These red part are organization short name.

hoogw_1-1742573211787.png

 

 

This is structure of Arcgis REST api endpoint. 

https://services1.arcgis.com/[Organization ID]/arcgis/rest/services/[Feature Service Name]/FeatureSe...

As you can see, organization ID placed right after arcgis.com.

 

ESRI must have database to link the org id with org name.  The question is how we as public user can access this information?

Has ESRI give public access to this information ?

 

0 Kudos
1 Solution

Accepted Solutions
DavidPike
MVP Notable Contributor

You should be able to identify the Org name from their URL via

https://www.arcgis.com/sharing/rest/portals/<Org ID here>f=json

there's a urlKey JSON node/key 

View solution in original post

1 Reply
DavidPike
MVP Notable Contributor

You should be able to identify the Org name from their URL via

https://www.arcgis.com/sharing/rest/portals/<Org ID here>f=json

there's a urlKey JSON node/key