Hi everyone,
I’m an organization administrator managing user permissions via API. I have the following question:
Is there a GET API endpoint that allows me to retrieve the permission groups assigned to a specific project, along with the permissions granted to each group?
For example:
Let’s say project “A” has the “A-admin” group assigned via project-level permissions. I’d like to confirm whether that group is granted more than just read access — such as the ability to make changes.
I’ve reviewed the SonarQube Web API documentation, but I couldn’t find a clear way to retrieve this information using a GET request.
If such an endpoint exists, I’d really appreciate your help pointing me in the right direction.
Thanks in advance!