Logo
30daysofpostman API Documentation

User Change Password

POST {{baseUrl}}/user/change-password

This API is used to update the user password. The user must be authenticated and must remember the current password to update.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

""



Curl
curl -X POST 'http://security.postman-breakable.com/user/change-password' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"username":"","old_password":"","new_password":""}'

ENDPOINTS