v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-0582185581.9 KB
User Account

Reset password

Reset the password for the currently authenticated user.

Overview:

Allows a logged-in user to change their password by providing the current password and a new password.

post/userAccount/password/reset

Request body

currentPasswordstring password required
newPasswordstring password required
cf-turnstile-responsestring

Cloudflare Turnstile CAPTCHA token (required when Turnstile is configured server-side)

Response

Password reset successfully - returns new access token

datastring required
accessTokenstring required

New JWT access token after password change

Example response

{
  "data": "password reset"
}