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
- create user
user_id with many directs
- fetch direct reports of this user with
client.users.by_user_id(user_id).direct_reports.get()
- confirm not all results are returned.
SDK Version
1.11.0
Latest version known to work for scenario above?
none.
Known Workarounds
No response
Debug output
Click to expand log
```
</details>
### Configuration
- OS: Ubuntu 22.04
- arch: x86
### Other information
_No response_