PUT https://{hostname}:{port}
/cli/user/update?{parameters}
Parameter | Type | Required | Description |
---|---|---|---|
user | string | true | Name of the user |
{
"actualName": "User real name (optional)",
"email": "Email address (optional)",
"password": "Password (optional)"
}
{
"password": "password",
"actualName": "Jane Smith",
"email": "jsmith@example.org"
}
Related CLI command: updateUser.