-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Milestone
Description
Describe the feature
Add the "Pagesize" parameter to increase the result limit for pagination, for Graph is 999 elements
How will this feature enhance your project and further the project’s overall goals? Who will benefit from this feature (i.e. all users; the project team)?
This change would make retrieving all user objects much faster, and throttling should not be a big deal if your tenant has 10k+ users.
So this would be beneficial for all users.
Describe alternatives you've considered
Still use Get-MGuser -Pagesize 999 -all
Additional context
None