v15

latestOpenAPI 3.0.0MIT Licenseraw.githubusercontent.com2026-08-016088119.5 KB
user

Change user password

Change the user's password. The user must be authenticated with elevated permissions or provide a valid password reset ticket.

All of the user's existing sessions are revoked atomically as part of this operation, including the session used to make the request. Clients must treat the user as signed out after a successful response and obtain a new session via sign-in.

post/user/password

Request body

newPasswordstring required

A password of minimum 3 characters

ticketstring

Ticket to reset the password, required if the user is not authenticated

Example request

{
  "newPassword": "Str0ngPassw#ord-94|%"
}

Response

Password changed successfully

'OK' required