ResetPasswordRequest
ResetPasswordRequest
The target user and new password for an administrator-driven password reset via POST /iam/reset-password.
JSON Example
{
"user_name": "string",
"new_password": "string"
}
string
user_name
Required
The local user whose password is being reset. Remote (LDAP) users cannot be targeted, since their password is not managed by Installer.
string
new_password
Required
The password to set for user_name. Must satisfy the configured password policy, or the request is rejected with 400.