reset_password
This endpoint allows admin to reset any user password using his user_id. You must use the POST method to use this endpoint.
Resource URL
https://localhost/api/userplus/reset_password/
Method
POST
Required Parameters
- secret
- user_id
- password
- key – get API key from Settings > User Plus
Sample Request URL
http://localhost/api/userplus/reset_password/?key=KEY-HERE&cookie=COOKIE-HERE&password=PASSWORDHERE
Sample Response
{
"status": "ok",
"updated": 61
}