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

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

There is a newer version: 7.2.1
Show newest version
{
  "paging": {
    "pageIndex": 1,
    "pageSize": 25,
    "total": 2
  },
  "groups": [
    {
      "id": 1,
      "name": "sonar-admins",
      "description": "Sonar Admins",
      "selected": false,
      "default": false
    },
    {
      "id": 2,
      "name": "sonar-users",
      "description": "Sonar Users",
      "selected": true,
      "default": true
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy