<?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:  Is there a way to change users from level 2 to level 1 in bulk (rather than one at a time)? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-change-users-from-level-2-to/m-p/667441#M25446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this only for Portal? Will it work for AGOL?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2017 20:47:42 GMT</pubDate>
    <dc:creator>BenVanderford1</dc:creator>
    <dc:date>2017-12-06T20:47:42Z</dc:date>
    <item>
      <title>Is there a way to change users from level 2 to level 1 in bulk (rather than one at a time)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-change-users-from-level-2-to/m-p/667439#M25444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using ArcGIS Enterprise 10.5, is it possible to write a script to change named users from Level 2 users to Level 1 users? &amp;nbsp;I looked at the ArcGIS Python API and while it appears you can do a number of things, including changing the role, I did not see any mention of changing the level in the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike Sweeney&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 14:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-change-users-from-level-2-to/m-p/667439#M25444</guid>
      <dc:creator>MikeSweeney</dc:creator>
      <dc:date>2017-01-30T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re:  Is there a way to change users from level 2 to level 1 in bulk (rather than one at a time)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-change-users-from-level-2-to/m-p/667440#M25445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can do it through the UI, you can do it through Python. &amp;nbsp;Taking a look at the network traffic, it looks like it updates the user level by using the following URL and parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://dev003662.esri.com/portal/sharing/rest/portals/self/updateUserLevel" title="https://dev003662.esri.com/portal/sharing/rest/portals/self/updateUserLevel"&gt;https://&amp;lt;portal_host&amp;gt;/&amp;lt;context&amp;gt;/sharing/rest/portals/self/updateUserLevel&lt;/A&gt;&amp;nbsp;and passes the following parameters:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "user": "&amp;lt;user_name&amp;gt;",&lt;BR /&gt; "level": "&amp;lt;new_level&amp;gt;",&lt;BR /&gt; "f": "json",&lt;BR /&gt; "token": "&amp;lt;token&amp;gt;"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, it updates the user to be an appropriate role for the new level:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dev003662.esri.com/portal/sharing/rest/portals/self/updateUserLevel" title="https://dev003662.esri.com/portal/sharing/rest/portals/self/updateUserLevel"&gt;https://&amp;lt;portal_host&amp;gt;/&amp;lt;context&amp;gt;/sharing/rest/portals/self/&lt;/A&gt;&lt;A class="link-titled" href="https://dev003662.esri.com/portal/sharing/rest/portals/self/updateUserRole" title="https://dev003662.esri.com/portal/sharing/rest/portals/self/updateUserRole"&gt;updateUserRole&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt; "user": "&amp;lt;user_name&amp;gt;",&lt;BR /&gt; "role": "&amp;lt;new_role&amp;gt;",&lt;BR /&gt; "f": "json",&lt;BR /&gt; "token": "&amp;lt;token&amp;gt;"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not too sure if it's been included in the documentation or the Python API itself, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 19:39:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-change-users-from-level-2-to/m-p/667440#M25445</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-01-30T19:39:35Z</dc:date>
    </item>
    <item>
      <title>Re:  Is there a way to change users from level 2 to level 1 in bulk (rather than one at a time)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-change-users-from-level-2-to/m-p/667441#M25446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this only for Portal? Will it work for AGOL?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 20:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-change-users-from-level-2-to/m-p/667441#M25446</guid>
      <dc:creator>BenVanderford1</dc:creator>
      <dc:date>2017-12-06T20:47:42Z</dc:date>
    </item>
    <item>
      <title>Re:  Is there a way to change users from level 2 to level 1 in bulk (rather than one at a time)?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-change-users-from-level-2-to/m-p/667442#M25447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the URLs above will only work for Portal, but the same concept applies; perform your operation in ArcGIS Online with Fiddler or the Dev Tools open to capture the traffic, and then recreate the request using Python.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 18:44:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-there-a-way-to-change-users-from-level-2-to/m-p/667442#M25447</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-12-07T18:44:10Z</dc:date>
    </item>
  </channel>
</rss>

