Change Password failing with "You must specify the [currentPassword] property"
-
Following the documentation I believe that I should be able to change a users password using just a valid changePasswordId (within the timeframe allowed) and a new password, but every attempt to make this change failes with "You must specify the [currentPassword] property"
The documentation even suggests changing the password with a loginId in the body instead of changePasswordId and the new password value, but again fails with the same error.
Using 1.32.1 and i've tried calling the API directly via Postman rather than the PHP library, it makes no difference.
-
Hmmm.
Can you please share the code you are using to try to change the user's password? Letting us follow the exact steps might be helpful.
Additionally, 1.32.1 is a year old. You may want to consider upgrading.