Update user password

Updates the user password for the user identified in the system.

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

Information to update the user password with.

string
required

The current password of the user.

string
required

The new password the user wants to have.
It should be between 8 and 20 characters and have an uppercase letter,
a lowercase letter, a number and a symbol.
It must not be the same as the current password.

string
required

Confirmation for the new password the user wants to have.
It should be between 8 and 20 characters and have an uppercase letter,
a lowercase letter, a number and a symbol.
It must be the same as the new password.

Responses

400

Invalid password

New password already in use

New password and confirm password do not match

401

Unauthorized

404

User not found

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