Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Password has been changed successfully.
The response is of type object
.
Change password for the authenticated user. Requires clientId and loginId in the request body.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Password has been changed successfully.
The response is of type object
.