user

Change user password

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

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

Changes