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
{
  "paging": {
    "pageIndex": 1,
    "pageSize": 50,
    "total": 2
  },
  "users": [
    {
      "login": "fmallet",
      "name": "Freddy Mallet",
      "active": true,
      "email": "[email protected]",
      "groups": [
        "sonar-administrators",
        "sonar-users"
      ],
      "tokensCount": 1,
      "local": true,
      "externalIdentity": "fmallet",
      "externalProvider": "sonarqube",
      "avatar": "2f9dff586d3f74f825b059e3798a3bbb"
    },
    {
      "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",
      "avatar": "3930ad855bc7fe48db8e9a663174cdd3"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy