Reset Password

Description

Resets password of a user.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required Order ID of the Order
email String Required Email address of a user

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/mail/user/reset-password.json?auth-userid=0&api-key=key&order-id=0&email=username@domainname.com

Response

Returns "SUCCESS" as the status along with a new password if password changed successfully.