How do get the whole permission list for all projects at once?

Hello,

We are using SonarQube Dev Edition.
Our quality gate process is getting related with other systems.

Those systems want to know their permission for whole projects in SonarQube.

Q: How do get the whole permission list for all projects.
We prefer to get this information in DB or ‘One-time call WEB-API’.

Can we have it??

Thanks for your time.
Jerry.

Hi,

Welcome to the community!

I’m not aware of any one API call to get a list of all the projects and each project’s users/permissions. If you really need this, you’ll have to aggregate it over many (many) calls.

 
HTH,
Ann