This PUT endpoint enables you to update the password of an existing user by providing the old and the new password. This operation is different from the password reset process where the old password is unknown but can be reset via email.
There are four required parameters that must be provided in the request:
Et-App-Key (header). This is the unique key of your app that identifies your app when communicating with our service. Contact your administrator to get this key.
Authorization (header). This is the authorization token from the very first token request.
API version (path). Unless necessary, leave it at "1.0".
userID (path). This is the internal ID of the user whose password you'd like to updated. If the request is sent on behalf of the user whose authorization token is used to perform the request, set this parameter to @me.
userPassword (body). This is a JSON object containing the the old and the new password of the user.
Body Syntax
The body of the request represents a JSON object containing the old, the new, and the confirmation of the new password.