Skip to content

arcgis.gis.admin.Bundle.users returns incorrect results when more than 10,000 users have bundle #2519

Description

@knoopum

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions