Forgot Password
EndPoint
Endpoint : wp-json/wpuser/v1/user/forgot
Method : POST
Users are accessible through the WordPress REST API at the /wpuser/ endpoint.
To list user, send a POST request to the wp-json/wpuser/v1/user/forgot endpoint
Example Request
http://localhost/wpuserplus/wp-json/wpuser/v1/user/forgot
Arguments
wp_user_email * | Email ID for the user.Required |
* indicate Required fields.
Response
Status : Success
{“message”: “Check your email address for your new password”,”status”: “success”
}
Status : Warning
{“message”: “There is no user registered with that email address”,”status”: “warning”
}