Change password

Changes the password for the currently authenticated user. <Note> The client application should invalidate the authentication token. </Note>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Request

This endpoint expects an object.
old_passwordstringRequired
new_passwordstringRequired

Response

The server has successfully fulfilled the request and that there is no additional content to send in the response payload body

Errors