You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting a listing of all users in the directory, the API responds with pages of 100 users at a time. The module does not parse any pages past the first, capping the maximum number of users returned at 100.
SUMMARY
When requesting a listing of all users in the directory, the API responds with pages of 100 users at a time. The module does not parse any pages past the first, capping the maximum number of users returned at 100.
Examples of reading paged replies are given in the MS graph SDK docs
ISSUE TYPE
COMPONENT NAME
azure_rm_aduser_info
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 18.04
STEPS TO REPRODUCE
EXPECTED RESULTS
The full listing of the directory should be returned, even if this is very large.
ACTUAL RESULTS
The response is capped at 100 users, since additional pages are not parsed.
The text was updated successfully, but these errors were encountered: