Normal response.
Unauthorized response.
{- "result": "jsmith",
- "error": "Error message (present if an error occurred)."
}
priv | Array of strings (configUserNamePriv) The list of privileges the user possesses. |
hash | string (configUserNameHash) The hash of the user's password. Writing an empty hash string disables the account. This resource is write-only. |
Normal response.
Unauthorized response.
"jsmith"
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
priv | Array of strings (configUserNamePriv) The list of privileges the user possesses. |
hash | string (configUserNameHash) The hash of the user's password. Writing an empty hash string disables the account. This resource is write-only. |
Normal response.
Unauthorized response.
"jsmith"
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}
Delete this user account.
Normal response.
Unauthorized response.
{- "status": "OK",
- "error": "Error message (present if an error occurred)."
}