Discussions
Paginated API for Users and Project Users
29 days ago by sudheer
Could you please help clarify the implementation of a paginated API for fetching users and project users? Currently, for project users, all users are being returned in a single array. If a project contains 1000 users, will the API return all 1000 users in one response? It would be great if you could provide guidance on handling these scenarios effectively. Your assistance is highly appreciated!