Document representing a password change request.
Property | Type | Constraints | Description |
---|---|---|---|
current_password |
String | mandatory=true, maxLength=4096, nullable=false | The customer's current password. |
password |
String | mandatory=true, maxLength=4096, nullable=false | The customer's new password. |