Missing Pagination for List of Directs #612
Labels
area:documentation
Focused on documentation of the product
documentation
Improvements or additions to documentation
type:documentation
General 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_id
with 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
```The text was updated successfully, but these errors were encountered: