org.sonar.server.permission.ws.template_users-example.json Maven / Gradle / Ivy
{
"paging": {
"pageIndex": 1,
"pageSize": 100,
"total": 2
},
"users": [
{
"login": "admin",
"name": "Administrator",
"email": "[email protected]",
"selected": true
},
{
"login": "george.orwell",
"name": "George Orwell",
"email": "[email protected]",
"selected": true
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy