-
Notifications
You must be signed in to change notification settings - Fork 11
Missing Pagination for List of Directs #612
Copy link
Copy link
Open
Labels
area:documentationFocused on documentation of the productFocused on documentation of the productdocumentationImprovements or additions to documentationImprovements or additions to documentationtype:documentationGeneral documentation request or project documentation updateGeneral documentation request or project documentation update
Metadata
Metadata
Assignees
Labels
area:documentationFocused on documentation of the productFocused on documentation of the productdocumentationImprovements or additions to documentationImprovements or additions to documentationtype:documentationGeneral documentation request or project documentation updateGeneral documentation request or project documentation update
Describe the bug
I am fetching directs via
client.users.by_user_id(user_id).direct_reports.get(). The list is incomplete for users with many directs. Browsing through the code a bit, it seems that this API ignores the nextLink property and only returns the first page.Expected behavior
The list of returned directs should be complete.
How to reproduce
user_idwith many directsclient.users.by_user_id(user_id).direct_reports.get()SDK Version
1.11.0
Latest version known to work for scenario above?
none.
Known Workarounds
No response
Debug output
Click to expand log
```