Can web_api return only members of my organization when using a free plan?

Hi,
I am using a free plan of SonarCloud integrated with Azure DevOps. I want to get details of all my users and by trying to use the endpoint https://sonarcloud.io/api/users/search , I am getting users that are not part of my organization.

I want to specifically use the above endpoint because it contains user fields like emails, which can be utilized for audit. I wanted to find out if it is possible to use the above endpoint to only get users of my organization.

Hey there.

GET api/organizations/search_members is an Internal API that this guide should hopefully help you figure out how to use.

Thank you Colin.

Just for my understanding, which users get pulled by GET api/users/search endpoint?

All users on SonarCloud.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.