User Self Service APIs
Change password
This API allows a logged in user to change his password (post login). This API is not applicable when the user has logged in or registered using a social login.
POST
Change password
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Change Password Request
Response
200
application/json
Response when the password gets successfully changed
The response is of type object
.
Change password