Skip to content

Admin reset user password

POST
/api/v1/users/{id}/password

Parameters

Path Parameters

id*

User ID

Type
integer
Required

Request Body

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

Responses

OK

application/json
JSON
"string"

Playground

Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI