<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to get the orgid for an organization without signing in? in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34345#M39</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know how to get the groupid for an ArcGIS Online Group. There are samples in the JavaScript API resource center, which show you how to get the group id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But given a url to the organization portal, e.g., &lt;/SPAN&gt;&lt;A href="http://company.maps.arcgis.com"&gt;http://company.maps.arcgis.com&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how does one find the orgid of this organization without signing in, just to find all public items published by the organization?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 04:49:56 GMT</pubDate>
    <dc:creator>WhereMatters</dc:creator>
    <dc:date>2014-02-18T04:49:56Z</dc:date>
    <item>
      <title>How to get the orgid for an organization without signing in?</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34345#M39</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know how to get the groupid for an ArcGIS Online Group. There are samples in the JavaScript API resource center, which show you how to get the group id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But given a url to the organization portal, e.g., &lt;/SPAN&gt;&lt;A href="http://company.maps.arcgis.com"&gt;http://company.maps.arcgis.com&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how does one find the orgid of this organization without signing in, just to find all public items published by the organization?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 04:49:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34345#M39</guid>
      <dc:creator>WhereMatters</dc:creator>
      <dc:date>2014-02-18T04:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the orgid for an organization without signing in?</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34346#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Never mind. I got it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For private orgs, there is no way you can find the orgid without signing in, which makes perfect sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For public orgs, you just hit this url, &lt;/SPAN&gt;&lt;A href="http://odot.maps.arcgis.com/sharing/rest/portals/self?culture=en&amp;amp;f=pjson"&gt;http://odot.maps.arcgis.com/sharing/rest/portals/self?culture=en&amp;amp;f=pjson&lt;/A&gt;&lt;SPAN&gt; and it throws out everything about the organization including the orgid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try the above url for a private org without signing in, it still throws out some basic info about the org, but does not include the orgid.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 05:24:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34346#M40</guid>
      <dc:creator>WhereMatters</dc:creator>
      <dc:date>2014-02-18T05:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the orgid for an organization without signing in?</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34347#M41</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure that is correct.&amp;nbsp; For example, I don't see a orgId when going directly to &lt;/SPAN&gt;&lt;A href="http://odot.maps.arcgis.com/sharing/rest/portals/self?culture=en&amp;amp;f=pjson"&gt;http://odot.maps.arcgis.com/sharing/rest/portals/self?culture=en&amp;amp;f=pjson&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the orgId is either part of the "user" or "appInfo" objects.&amp;nbsp; Both of which are only returned when a token is included in the request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is some documentation on this at &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Portal_Self/02r3000001m7000000/"&gt;http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Portal_Self/02r3000001m7000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 16:40:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34347#M41</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-02-24T16:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the orgid for an organization without signing in?</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34348#M42</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bjorn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you look at the key "id": "HdNMW2j6UI55aLXm" in the json returned by the request &lt;/SPAN&gt;&lt;A href="http://odot.maps.arcgis.com/sharing/rest/portals/self?culture=en&amp;amp;f=pjson"&gt;http://odot.maps.arcgis.com/sharing/rest/portals/self?culture=en&amp;amp;f=pjson&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thats the orgid, its just named "id" instead of "orgid"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 04:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34348#M42</guid>
      <dc:creator>WhereMatters</dc:creator>
      <dc:date>2014-02-25T04:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the orgid for an organization without signing in?</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34349#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thats the orgid, its just named "id" instead of "orgid"&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I missed that. Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 18:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-to-get-the-orgid-for-an-organization-without/m-p/34349#M43</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2014-02-25T18:27:39Z</dc:date>
    </item>
  </channel>
</rss>

