Skip to content
Hound Documentation
Main Navigation
Getting Started
Appearance
Menu
Return to top
Admin reset user password
POST
/api/v1/users/{id}/password
Parameters
Path Parameters
id
*
User ID
Type
integer
Required
Request Body
application/json
Schema
JSON
JSON
{
"new_password"
:
"string"
}
Responses
200
400
401
500
OK
Content-Type
application/json
Schema
JSON
JSON
"string"
POST
/api/v1/users/{id}/password
Playground
Variables
Key
Value
id
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI