Bug
Bug ID Number | BUG-000172452 |
---|---|
Submitted | November 20, 2024 |
Last Modified | April 18, 2025 |
Applies to | ArcGIS API for Python |
Version found | 2.3.0 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Version Fixed | 2.4.1 |
Status | Fixed |
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']
Bug ID: BUG-000172452
Software:
Get help from ArcGIS experts
Download the Esri Support App