Changes the password for the authenticated login.

Access: authenticated users only.

The current password must match the existing login password. The endpoint returns HTTP 204 when the password is updated successfully.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request payload containing the current password and the new password to save.

Request payload for changing the current login password.

string | null
required

Current password for the authenticated login. Required and limited to 500 characters.

string | null
required

New password to save for the authenticated login. Required and limited to 500 characters.

Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

Responses
204

No Content

Language
Credentials
Bearer
jwt
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json