org.sonar.server.user.ws.search-example.json Maven / Gradle / Ivy
{
"users": [
{
"login": "fmallet",
"name": "Freddy Mallet",
"active": true,
"email": "[email protected]",
"scmAccounts": [],
"groups": [
"sonar-users",
"sonar-administrators"
],
"tokensCount": 1,
"local": true,
"externalIdentity": "fmallet",
"externalProvider": "sonarqube"
},
{
"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"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy