Skip to main content

Change Password

Overview

Description: This endpoint allows a user to update their current password

Endpoint: {base_url}/etranzact/utils/change/password

REQUEST PARAMETER

Request Parameters

#ParameterTypeDescriptionRequired?
1newpasswordStringThe new password to be set for the user.Yes
2oldpasswordStringThe current password of the user.Yes

Request Parameters

PUT {base_url}/etranzact/utils/change/password
curl `${base_url}/etranzact/utils/change/password`
-H "Content-type: application/json"
-X PUT
-d '{
"newpassword": "string",
"oldpassword": "string"
}
'