<?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 Error creating groups (You do not have permissions...) in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-creating-groups-you-do-not-have-permissions/m-p/1059734#M6088</link>
    <description>&lt;P&gt;I am trying to create a number of groups. I have used &lt;STRONG&gt;.groups.create&lt;/STRONG&gt; from a dictionary and also &lt;STRONG&gt;.groups.create_from_dict&lt;/STRONG&gt; and I get an error (&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-intense-fg ansi-bold"&gt;Exception&lt;/SPAN&gt;: You do not have permissions to access this resource or perform this operation.
(Error Code: 403)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am an Administrator in the Enterprise (10.8.1). I am able to create a group manually in Portal, but when I try do it via the ArcGIS API for Python I get the error mentioned above.&lt;/P&gt;&lt;P&gt;I have tested the script in another environment (also an Admin and 10.8.1) and it works successfully.&lt;/P&gt;&lt;P&gt;Could this be some sort of other underlying directory permissions or something?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Julian.&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 23:23:33 GMT</pubDate>
    <dc:creator>julian_svcs</dc:creator>
    <dc:date>2021-05-19T23:23:33Z</dc:date>
    <item>
      <title>Error creating groups (You do not have permissions...)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-creating-groups-you-do-not-have-permissions/m-p/1059734#M6088</link>
      <description>&lt;P&gt;I am trying to create a number of groups. I have used &lt;STRONG&gt;.groups.create&lt;/STRONG&gt; from a dictionary and also &lt;STRONG&gt;.groups.create_from_dict&lt;/STRONG&gt; and I get an error (&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="ansi-red-intense-fg ansi-bold"&gt;Exception&lt;/SPAN&gt;: You do not have permissions to access this resource or perform this operation.
(Error Code: 403)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I am an Administrator in the Enterprise (10.8.1). I am able to create a group manually in Portal, but when I try do it via the ArcGIS API for Python I get the error mentioned above.&lt;/P&gt;&lt;P&gt;I have tested the script in another environment (also an Admin and 10.8.1) and it works successfully.&lt;/P&gt;&lt;P&gt;Could this be some sort of other underlying directory permissions or something?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Julian.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 23:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-creating-groups-you-do-not-have-permissions/m-p/1059734#M6088</guid>
      <dc:creator>julian_svcs</dc:creator>
      <dc:date>2021-05-19T23:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating groups (You do not have permissions...)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-creating-groups-you-do-not-have-permissions/m-p/1060334#M6101</link>
      <description>&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;Are you able to navigate to &lt;SPAN&gt;&lt;A href="https://machine.domain.com/webadaptor/community/createGroup" target="_blank"&gt;https://machine.domain.com/webadaptor/community/createGroup&lt;/A&gt; from the machine you are running the script from?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 11:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-creating-groups-you-do-not-have-permissions/m-p/1060334#M6101</guid>
      <dc:creator>DavinWalker2</dc:creator>
      <dc:date>2021-05-21T11:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating groups (You do not have permissions...)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-creating-groups-you-do-not-have-permissions/m-p/1060801#M6109</link>
      <description>&lt;P&gt;Hi David, thanks for the reply.&lt;/P&gt;&lt;P&gt;If you are refering to&amp;nbsp;&lt;A href="https://machine.domain.com/webadaptor/community/createGroup" target="_blank" rel="nofollow noopener noreferrer"&gt;https://machine.domain.com/webadaptor&lt;SPAN&gt;/sharing/rest&lt;/SPAN&gt;/community/createGroup&lt;/A&gt; then yes, I can access that and create a group from this URL.&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 18:29:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-creating-groups-you-do-not-have-permissions/m-p/1060801#M6109</guid>
      <dc:creator>julian_svcs</dc:creator>
      <dc:date>2021-05-23T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating groups (You do not have permissions...)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-creating-groups-you-do-not-have-permissions/m-p/1060803#M6110</link>
      <description>&lt;P&gt;It appears that I cannot do much in this new environment (might be permissions somewhere). I also get a permissions error when using:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;all_users = gis.users.search(max_users=3000)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 18:40:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-creating-groups-you-do-not-have-permissions/m-p/1060803#M6110</guid>
      <dc:creator>julian_svcs</dc:creator>
      <dc:date>2021-05-23T18:40:14Z</dc:date>
    </item>
  </channel>
</rss>

