Change Password

Change Password

Description

Changes password of a user.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key or auth-password String Required Authentication Parameter
order-id Integer Required Order ID of the Domain Registration Order
email String Required Email address of user
old-passwd String Required Old password of user
new-passwd String Required New password of user

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/mail/user/change-password.json?auth-userid=0&api-key;=key&order-id;=0&email;[email protected]&new-passwd;=newpassword&old-passwd;=oldpassword

Response

Returns "SUCCESS" as the status if password changed successfully.