Skip to content

Admin reset another user's password

POST
/rest/v1/admin/users/{id}/password

Authorizations

bearerAuth

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

Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
integer
Required
Format
"int64"

Request Body

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

Responses

Password reset

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI