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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Change Password Request
New password being set by the user
Old password used by the user
Was this page helpful?