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

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

There is a newer version: 7.2.1
Show newest version
{
  "paging": {
    "pageIndex": 1,
    "pageSize": 100,
    "total": 2
  },
  "groups": [
    {
      "id": 3,
      "name": "users",
      "description": "Users",
      "membersCount": 17,
      "default": true
    },
    {
      "id": 4,
      "name": "administrators",
      "description": "Administrators",
      "membersCount": 2,
      "default": false
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy