Bug
| Bug-ID-Nummer | BUG-000172452 |
|---|---|
| Eingereicht | November 20, 2024 |
| Zuletzt geändert | April 18, 2025 |
| Gilt für | ArcGIS API for Python |
| Gefunden in Version | 2.3.0 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 11.0 64 bit |
| Behoben in Version | 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:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen