org.sonar.server.user.ws.search-example.json Maven / Gradle / Ivy
{
"paging": {
"pageIndex": 1,
"pageSize": 50,
"total": 2
},
"users": [
{
"login": "fmallet",
"name": "Freddy Mallet",
"active": true,
"email": "[email protected]",
"groups": [
"sonar-administrators",
"sonar-users"
],
"tokensCount": 1,
"local": true,
"externalIdentity": "fmallet",
"externalProvider": "sonarqube",
"avatar": "2f9dff586d3f74f825b059e3798a3bbb"
},
{
"login": "sbrandhof",
"name": "Simon",
"active": true,
"email": "[email protected]",
"scmAccounts": [
"simon.brandhof",
"[email protected]"
],
"groups": [
"sonar-users"
],
"tokensCount": 3,
"local": false,
"externalIdentity": "[email protected]",
"externalProvider": "LDAP",
"avatar": "3930ad855bc7fe48db8e9a663174cdd3"
}
]
}