All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.server.user.ws.search-example.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "users": [
    {
      "login": "fmallet",
      "name": "Freddy Mallet",
      "active": true,
      "email": "[email protected]",
      "scmAccounts": [],
      "groups": [
        "sonar-users",
        "sonar-administrators"
      ],
      "tokensCount": 1,
      "local": true,
      "externalIdentity": "fmallet",
      "externalProvider": "sonarqube"
    },
    {
      "login": "sbrandhof",
      "name": "Simon",
      "active": true,
      "email": "[email protected]",
      "scmAccounts": [
        "simon.brandhof",
        "[email protected]"
      ],
      "groups": [
        "sonar-users"
      ],
      "tokensCount": 3,
      "local": false,
      "externalIdentity": "[email protected]",
      "externalProvider": "LDAP"
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy