<?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: Revoke specific licenses from account in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1614182#M11390</link>
    <description>&lt;P&gt;Hey Sameer,&lt;/P&gt;&lt;P&gt;You are correct that the Professional Plus user type includes the 3D Analyst extension. The problem I was facing was that I had an account that had both the Professional Plus user type as well as a separate 3D analyst add-on extension assigned to them, meaning they were double licensed for the 3D Analyst license. I was unable to remove the 3D analyst add-on license from this Professional Plus account until I downgraded them to just a Professional account. We were looking to remove this 3D Analyst add-on so other users could use it, since the original account was already licensed through the Professional Plus user type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this makes sense!&lt;/P&gt;</description>
    <pubDate>Tue, 13 May 2025 18:00:46 GMT</pubDate>
    <dc:creator>mattkramer</dc:creator>
    <dc:date>2025-05-13T18:00:46Z</dc:date>
    <item>
      <title>Revoke specific licenses from account</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1573559#M11015</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on some scripts to assist with the assignment and removal of add on licenses for ArcGIS Pro. I am adding licenses like this:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;licenseManager&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;portal&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;admin&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;license&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;get&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"ArcGIS Pro"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;licenseManager&lt;/SPAN&gt;&lt;SPAN&gt;.assign(&lt;/SPAN&gt;&lt;SPAN&gt;username&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;submitter_username&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;entitlements&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;requestedLicense&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;the "requestedLicense" value would be something like -&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"spatialAnalystN" which relates to a Spatial Analyst extension for ArcGIS Pro.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;My problem is, I cannot do a similar revoke command to remove this license. I have to remove all licenses by doing the following:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;SPAN&gt;licenseManager&lt;/SPAN&gt;&lt;SPAN&gt;.revoke(&lt;/SPAN&gt;&lt;SPAN&gt;username&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;submitter_username&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;entitlements&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"*"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is there a reason that I am unable to put the same&amp;nbsp;"spatialAnalystN" to revoke just this license? When doing this, I get the following error:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;Exception: All requested entitlements must be available to this org. (Error Code: 400)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Jan 2025 15:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1573559#M11015</guid>
      <dc:creator>mattkramer</dc:creator>
      <dc:date>2025-01-08T15:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Revoke specific licenses from account</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1613744#M11371</link>
      <description>&lt;P&gt;Hello Matt,&lt;/P&gt;&lt;P&gt;Working on something similar. Did you find any workaround to this? Getting the same error when trying to remove specific licenses.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 17:58:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1613744#M11371</guid>
      <dc:creator>SameerAgrawal</dc:creator>
      <dc:date>2025-05-12T17:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Revoke specific licenses from account</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1613763#M11372</link>
      <description>&lt;P&gt;Hey Sameer,&lt;/P&gt;&lt;P&gt;In my case, the licenses were unable to be removed if the current user type was not compatible with the license (Such as a Professional Plus user type having a 3D analyst extension assigned, or a Mobile Worker user type having the Location Sharing add on). By updating the user's user type to one that is compatible with the license, I was able to remove said license (downgrading the Professional Plus user type from the previous example to a creator, for instance). Even though I was able to get this workaround to work, I found just removing all of the licenses and re-adding the ones I wanted to keep on the account to be a little easier.&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 19:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1613763#M11372</guid>
      <dc:creator>mattkramer</dc:creator>
      <dc:date>2025-05-12T19:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Revoke specific licenses from account</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1614179#M11389</link>
      <description>&lt;P&gt;Thank you for your prompt response, Matt! I guessed that removing all and re-adding may be the best way forward. Shouldn't the Professional Plus include 3D Analyst though ( &lt;A href="https://www.esri.com/en-us/arcgis/products/arcgis-pro/extensions" target="_blank"&gt;https://www.esri.com/en-us/arcgis/products/arcgis-pro/extensions&lt;/A&gt;) - bit confused on that portion.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 17:48:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1614179#M11389</guid>
      <dc:creator>SameerAgrawal</dc:creator>
      <dc:date>2025-05-13T17:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Revoke specific licenses from account</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1614182#M11390</link>
      <description>&lt;P&gt;Hey Sameer,&lt;/P&gt;&lt;P&gt;You are correct that the Professional Plus user type includes the 3D Analyst extension. The problem I was facing was that I had an account that had both the Professional Plus user type as well as a separate 3D analyst add-on extension assigned to them, meaning they were double licensed for the 3D Analyst license. I was unable to remove the 3D analyst add-on license from this Professional Plus account until I downgraded them to just a Professional account. We were looking to remove this 3D Analyst add-on so other users could use it, since the original account was already licensed through the Professional Plus user type.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this makes sense!&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 18:00:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1614182#M11390</guid>
      <dc:creator>mattkramer</dc:creator>
      <dc:date>2025-05-13T18:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Revoke specific licenses from account</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1614568#M11393</link>
      <description>&lt;P&gt;Got it! I will try some new things based on what you mentioned. Thanks again for the quick responses!&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 14:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/revoke-specific-licenses-from-account/m-p/1614568#M11393</guid>
      <dc:creator>SameerAgrawal</dc:creator>
      <dc:date>2025-05-14T14:52:46Z</dc:date>
    </item>
  </channel>
</rss>

