v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Users

Change your own password

Requires specifying old password and confirming new password

post/api/admin/user/change-password

Request body

passwordstring required

The new password to change or validate.

oldPasswordstring

The old password the user is changing. This field is for the non-admin users changing their own password.

confirmPasswordstring

The confirmation of the new password. This field is for the non-admin users changing their own password.

Example request

{
  "password": "k!5As3HquUrQ",
  "oldPassword": "Oldk!5As3HquUrQ",
  "confirmPassword": "k!5As3HquUrQ"
}

Response

This response has no body.