<?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 Re: Editing Organisation Settings in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/editing-organisation-settings/m-p/777018#M989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael you can get the token like this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;gis &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; GIS&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;portalurl&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; username&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; password&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
token &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_con&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_token&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;We are working on this capability currently, so in the subsequent releases you would be able to accomplish that using the API itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 08:44:09 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-12-12T08:44:09Z</dc:date>
    <item>
      <title>Editing Organisation Settings</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/editing-organisation-settings/m-p/777017#M988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is is possible to update the properties of a portal via the ArcGIS API for Python yet? I want to change the basemapGalleryGroupQuery property but can't find any way to do. I can access what I want to change using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;gis &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; GIS&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;PortalUrl&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ArcGisOnlineUserName&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; ArcGisOnlinePassword&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
display&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;properties&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;basemapGalleryGroupQuery&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, is it possible to access the token generated after&amp;nbsp;running GIS()? That way I could build an&amp;nbsp;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/#/Update/02r30000008w000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;Update Rest request&lt;/A&gt;&amp;nbsp;myself without having to separately request a token.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:44:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/editing-organisation-settings/m-p/777017#M988</guid>
      <dc:creator>MichaelKelly</dc:creator>
      <dc:date>2021-12-12T08:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Organisation Settings</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/editing-organisation-settings/m-p/777018#M989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael you can get the token like this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;gis &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; GIS&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;portalurl&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; username&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; password&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
token &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; gis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_con&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_token&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;We are working on this capability currently, so in the subsequent releases you would be able to accomplish that using the API itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/editing-organisation-settings/m-p/777018#M989</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-12T08:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Organisation Settings</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/editing-organisation-settings/m-p/777019#M990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Atma - thanks for your prompt response. That's perfect - I'll hack it for now and once the API is updated I can change the code accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 07:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/editing-organisation-settings/m-p/777019#M990</guid>
      <dc:creator>MichaelKelly</dc:creator>
      <dc:date>2017-04-06T07:53:46Z</dc:date>
    </item>
  </channel>
</rss>

