I’m using Sonarcloud Web API call(GET api/users/search) to fetch list of users. When I run this API Call, I’m getting only first 50 result. Could you please let me know how to retrieve the full result in single page? or how to retrieve the data of next page?
I could see https://sonarcloud.io/api/users/search is not retrieving all user’s email ids, only my email address is retrieved. So is there any API that can retrieve all user’s email ids.