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
Example request
{
"newPassword": "Str0ngPassw#ord-94|%"
}Response
Password changed successfully
'OK' required