aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/test/json/groups-spec/search-big-1.json
blob: 654742be9957d7b7d8c325c39598526bf5599611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "total": 2,
  "p": 1,
  "ps": 1,
  "groups": [
    {
      "id": "1",
      "name": "sonar-users",
      "description": "Any new users created will automatically join this group",
      "membersCount": 3
    }
  ]
}