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

org.sonar.server.permission.ws.users-example.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "paging": {
    "pageIndex": 1,
    "pageSize": 20,
    "total": 2
  },
  "users": [
    {
      "login": "admin",
      "name": "Administrator",
      "email": "[email protected]",
      "permissions": [
        "admin",
        "gateadmin",
        "profileadmin"
      ]
    },
    {
      "login": "george.orwell",
      "name": "George Orwell",
      "email": "[email protected]",
      "permissions": [
        "scan"
      ]
    }
  ]
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy