A list of users.
| name | data type | description | 
|---|---|---|
| items | array of ApiUser | 
Example
{
  "items" : [ {
    "name" : "...",
    "password" : "...",
    "roles" : [ "...", "..." ],
    "pwHash" : "...",
    "pwSalt" : 12345,
    "pwLogin" : true
  }, {
    "name" : "...",
    "password" : "...",
    "roles" : [ "...", "..." ],
    "pwHash" : "...",
    "pwSalt" : 12345,
    "pwLogin" : true
  } ]
}