laptop and a wrench

Bug

Unable to programmatically obtain the ArcGIS Pro entitlement for the GISProfessionalUT license type using a Python script.

ArcGIS API for Python
Bug ID Number BUG-000172452
SubmittedNovember 20, 2024
Last ModifiedApril 18, 2025
Applies toArcGIS API for Python
Version found2.3.0
Operating SystemWindows OS
Operating System Version11.0 64 bit
Version Fixed2.4.1
StatusFixed

Additional Information

The development team is working on a fix.

Workaround

Use the 'license.check' method to return all extensions and add-on licenses both manually granted and inherited by the user type. This can be done by looping through each user and passing 'user.username' into the 'check' method.

users = gis.users.search()  

for user in users:  

  print(lic.check(user.username))

Output example:

['locateXTN', '3DAnalystN', 'workflowMgrN', 'desktopAdvN', 'geostatAnalystN', 'dataReviewerN', 'spatialAnalystN', 'networkAnalystN', 'imageAnalystN', 'publisherN']

Steps to Reproduce

Bug ID: BUG-000172452

Software:

  • ArcGIS API for Python

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options