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