<?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: Query the maximum number of User Types that exist in an ArcGIS Online subscription in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1415904#M9950</link>
    <description>&lt;P&gt;You can retrieve your available user types, and the numbers of each included in your subscription, from your organization's gis properties, i.e.,&amp;nbsp;&lt;FONT face="courier new,courier"&gt;gis.properties.subscriptionInfo.userLicenseTypes&lt;/FONT&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2024 15:42:24 GMT</pubDate>
    <dc:creator>PeterKnoop</dc:creator>
    <dc:date>2024-04-26T15:42:24Z</dc:date>
    <item>
      <title>Query the maximum number of User Types that exist in an ArcGIS Online subscription</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1415816#M9948</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;we ask ourselves whether it is possible to query the maximum number of user types that exist in an ArcGIS Online subscription.&lt;/P&gt;&lt;P&gt;We have already found the function that returns the current number of assigned user types. Our goal is to determine how many user types are available per user type-category.&lt;/P&gt;&lt;P&gt;This is the function that returns the current number of assigend user types:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sven_Harpering_0-1714137551945.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102262i2A52A361D461FC99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sven_Harpering_0-1714137551945.png" alt="Sven_Harpering_0-1714137551945.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 13:32:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1415816#M9948</guid>
      <dc:creator>Sven_Harpering</dc:creator>
      <dc:date>2024-04-26T13:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Query the maximum number of User Types that exist in an ArcGIS Online subscription</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1415892#M9949</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/132139"&gt;@Sven_Harpering&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;You can use the &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#license:~:text=returns%20a%20Panda%E2%80%99s%20Dataframe%20of%20the%20licensing%20count." target="_self"&gt;report&lt;/A&gt; property:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/guide/administering-your-gis/#:~:text=Pandas%20DataFrame%20table-,pro_license.report,-Entitlement" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/python/guide/administering-your-gis/#:~:text=Pandas%20DataFrame%20table-,pro_license.report,-Entitlement&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 15:18:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1415892#M9949</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2024-04-26T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Query the maximum number of User Types that exist in an ArcGIS Online subscription</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1415904#M9950</link>
      <description>&lt;P&gt;You can retrieve your available user types, and the numbers of each included in your subscription, from your organization's gis properties, i.e.,&amp;nbsp;&lt;FONT face="courier new,courier"&gt;gis.properties.subscriptionInfo.userLicenseTypes&lt;/FONT&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 15:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1415904#M9950</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2024-04-26T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Query the maximum number of User Types that exist in an ArcGIS Online subscription</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1416370#M9960</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374806"&gt;@PeterKnoop&lt;/a&gt;.&amp;nbsp;Over the weekend I found another solution&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;licenses= gis.users.license_types
for license in licenses:
    print(license["id"], license["name"], license["maxUsers"])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This returns:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;advancedUT Advanced 2255
creatorUT Creator 2255
editorUT Editor 2255
fieldWorkerUT Mobile Worker 2255
GISProfessionalAdvUT GIS Professional Advanced 2255
GISProfessionalBasicUT GIS Professional Basic 2255
GISProfessionalStdUT GIS Professional Standard 2255
IndoorsUserUT Indoors User 451000
insightsAnalystUT Insights Analyst 0
storytellerUT Storyteller 0
viewerUT Viewer 2255&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 29 Apr 2024 07:05:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1416370#M9960</guid>
      <dc:creator>Sven_Harpering</dc:creator>
      <dc:date>2024-04-29T07:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Query the maximum number of User Types that exist in an ArcGIS Online subscription</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1416373#M9961</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374806"&gt;@PeterKnoop&lt;/a&gt;, thanks! Works fine! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 07:06:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1416373#M9961</guid>
      <dc:creator>Sven_Harpering</dc:creator>
      <dc:date>2024-04-29T07:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Query the maximum number of User Types that exist in an ArcGIS Online subscription</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1416376#M9962</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks!&amp;nbsp;I'm not entirely sure of the documentary. The example shows the report explicitly for ArcGIS Pro licenses. Can this be translated into user types? Somehow I'm missing the idea right now.&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 07:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/query-the-maximum-number-of-user-types-that-exist/m-p/1416376#M9962</guid>
      <dc:creator>Sven_Harpering</dc:creator>
      <dc:date>2024-04-29T07:08:05Z</dc:date>
    </item>
  </channel>
</rss>

