Request:
PUT /api/v1/configuration/authentication/auth-servers/authserver/System%20Local/local/users/user/user0001/password-cleartext HTTP/1.1
Host: 10.209.112.106
Authorization: Basic
T0o1dzVpK3g4U0dKV0d1TkJCdWlwVzREaUc0SjZvbkExMVljc0RtNU14bz06
Content-Type: application/json
{
"password-cleartext": "Psecure",
"password-hash-format": "strong-hash",
"password-salt-cleartext": ""
}
Response:
{
"result": {
"warnings": [
{
"message": "The configuration has been implicitly changed"
}
]
}
}