I am trying to bring in users to connect to the tasks. By brining in all users in the workspace, the result is too large. Is there a way to fix this? Alternatively, I was thinking I could bring in all users in a team. How would I adjust my code to bring in all users of a team instead?
Yes this is Python.
1 Like
That’s very puzzling, as if you look at the source code for the Python library, that endpoint shows that it supports pagination internally.
@AndrewWong @Jeff_Schneider , do you guys have any ideas why this endpoint would be generating that error?
1 Like
Would this error be caused by the API timing out when hitting 2000 users?
I highly doubt it, especially given the error message you’re receiving.