Reset a password

POST /users/reset-password
application/json

Body

Responses

POST /users/reset-password
curl \
 -X POST /wp-json/hivepress/v1/users/reset-password \
 -H "Content-Type: application/json" \
 -d '{"username":"string","password":"string","password_reset_key":"string"}'
Request example
{
  "username": "string",
  "password": "string",
  "password_reset_key": "string"
}