arangosh> db._users.toArray()
[
{
"_key" : "16",
"_id" : "_users/16",
"_rev" : "16",
"authData" : {
"simple" : {
"hash" : "c4a5863476bed023b0625c98fd4d750e83a50614fbd6b67750f3d3c5478eb056",
"salt" : "JkPSfZDYKx7FLQ1j",
"method" : "sha256"
},
"active" : true,
"changePassword" : false
},
"user" : "root",
"userData" : {
}
}
]