The user accounts.
Each user account has a name, a set of privileges, and the credentials (password) required to log into the account.
Normal response.
Unauthorized response.
{- "result": {
- "jsmith": {
- "priv": [
- "unlimited_save",
- "view_settings"
]
}, - "guest": {
- "priv": [
- "view_settings"
]
}
}, - "error": "Error message (present if an error occurred)."
}
additional property | object (configUserName) A user configuration (account). |
Normal response.
Unauthorized response.
{- "jsmith": {
- "priv": [
- "unlimited_save",
- "view_settings"
]
}, - "guest": {
- "priv": [
- "view_settings"
]
}
}
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
additional property | object (configUserName) A user configuration (account). |
Normal response.
Unauthorized response.
{- "jsmith": {
- "priv": [
- "unlimited_save",
- "view_settings"
]
}, - "guest": {
- "priv": [
- "view_settings"
]
}
}
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}