shell> curl --header 'accept: application/json' --dump - http://localhost:8529/_api/user/anotherAdmin@secapp/database?full=true
HTTP/1.1 OK
content-type: application/json; charset=utf-8
x-content-type-options: nosniff
{
"error" : false,
"code" : 200,
"result" : {
"_system" : {
"permission" : "rw",
"collections" : {
"_statisticsRaw" : "undefined",
"_statistics15" : "undefined",
"_statistics" : "undefined",
"_graphs" : "undefined",
"_users" : "undefined",
"_analyzers" : "undefined",
"_aqlfunctions" : "undefined",
"_queues" : "undefined",
"_apps" : "undefined",
"animals" : "undefined",
"_appbundles" : "undefined",
"_jobs" : "undefined",
"demo" : "undefined",
"_frontend" : "undefined",
"_modules" : "undefined",
"_fishbowl" : "undefined",
"*" : "undefined"
}
},
"*" : {
"permission" : "none"
}
}
}