Is there a way to get all user's login id?

Make sure to tell us:

  • What version are you upgrading from?
    A> Sonarqube 9.9 LTS CE
  • System information (Operating system, Java version, Database provider/version)
    A> Docker container, openjdk version “11.0.13” 2021-10-19, Postgres 11.7
  • What’s the issue you’re facing?
    A> In order to change auth method to SAML(Keycloak) We need to change sonarqube user’s “externalProvider” value to “saml” by using API. So we need a way to find all sonarqube users’ data by using SQL in Sonarqube DB

Welcome :slight_smile:

you might use the Sonarqube web api GET api/users/search

Starting with 9.9.0, the Sonarqube server needs to run with Java17.

Gilbert