Skip to content

Change own password (any backend user)

POST
/rest/v1/admin/users/change-password

Authorizations

bearerAuth

JWT access token obtained from /rest/auth/admin/login or /rest/auth/customer/login

Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"currentPassword": "string",
  
"newPassword": "string"
}

Responses

Password changed

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI