ChangePasswordRequest
ChangePasswordRequest
The current and new password for a self-service password change via POST /iam/change-password.
JSON Example
{
"old_password": "string",
"new_password": "string"
}
string
old_password
Optional
The user's current password. Required to prove ownership of the account before it is changed.
string
new_password
Optional
The password to set. Must satisfy the configured password policy, or the request is rejected with 400.