Describe the bug
arcgis.gis.admin.Bundle.users returns incorrect results for a bundle when more than 10,000 users are assigned that bundle.
The call returns a count of 9,960 users for an ArcGIS Online organization where it is known that 11,947 users have the Reality Mapping bundle assigned to them.
To Reproduce
Steps to reproduce the behavior:
bundles = gis.admin.license.bundles
reality_mapping_bundle = [b for b in bundles if b.properties.name == "Reality Mapping"][0]
print("Already have Reality Mapping:", len(reality_mapping_bundle.users))
Already have Reality Mapping: 9960
Expected behavior
The call is expected to return the correct number of users who have the bundle assigned.
Platform (please complete the following information):
- Windows 11
- Chrome
- Python API Version 2.4.3
Describe the bug
arcgis.gis.admin.Bundle.users returns incorrect results for a bundle when more than 10,000 users are assigned that bundle.
The call returns a count of 9,960 users for an ArcGIS Online organization where it is known that 11,947 users have the Reality Mapping bundle assigned to them.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The call is expected to return the correct number of users who have the bundle assigned.
Platform (please complete the following information):