Reset a password
Body
-
username string
Username.
-
password string
New password.
-
password_reset_key string
Password reset key.
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"
}
Request examples
{
"username": "string",
"password": "string",
"password_reset_key": "string"
}