Get List of active users on SonarQube-6.7 Instance

Hi Team,

I am currently running sonarqube-6.7 LTS version. I want to fetch the list of active users who are using sonarqube application (for all the projects).
How do i determine if the users listed are actively using the application for analysing their projects.

How do I achieve the same?

Regards,
Alok Singh

Hey Alok,

This data is available starting in SonarQube v7.7 (https://jira.sonarsource.com/browse/SONAR-5611) but not before. SonarQube v7.9 is currently the minimum supported version of SonarQube. Sounds like a reason to upgrade!

Colin

Hello Colin,

Thanks for your prompt reply.
Keeping a note of your point, how do i fetch the active user details in sonarqube-6.7. This will help me track the Idle number users. :worried:

Regards,
Alok

Alok,

That data isn’t stored for SonarQube v6.7, plain and simple.

Colin

:open_mouth: Got It.

Thanks for your time. :slightly_smiling_face:

Regards,
Alok Singh

image

@Colin

This Snapshot corresponds to SonarQube-6.7 version and this API here suggests that we can fetch the list of active users.
Now if it’s as Plain and simple as you suggested, why does this say that using the GET API’s fetching the active list of user is possible?

Regards,
Alok Singh

“active” in that context just means not disabled (deactivated) users

Thank you Colin.
This clarifies my doubt.

Alok