Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- what are you trying to achieve
- what have you tried so far to achieve this
version: SonarQube 9.6
I was wondering if there’s any way we can limit any logged-in non-admin users from accessing this API.
“GET /api/users/search” allows normal users to retrieve full list of users. It would be best if only admin users can do this. Is there any toggle or setting I can change to achieve this?