Reset a password

POST /users/reset-password
application/json

Body

Responses

POST /users/reset-password
curl \
 --request POST '/wp-json/hivepress/v1/users/reset-password' \
 --header "Content-Type: application/json" \
 --data '{"username":"string","password":"string","password_reset_key":"string"}'
Request examples
{
  "username": "string",
  "password": "string",
  "password_reset_key": "string"
}