Description
Modifies details 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 Domain Registration, Email Hosting, Legacy Web Hosting, Website Builder, Enterprise Email or Digital Certificate Order |
String | Required | Email address of a user | |
notification-email | String | Required | Notification email address of a user |
first-name | String | Required | First name of a user |
last-name | String | Required | Last name of a user |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/mail/user/modify.json?auth-userid=0&api-key=key&order-id=0&email=username@domainname.com¬ification-email=username1@alt-domainname.com&first-name=firstname1&last-name=lastname1
Response
Returns "SUCCESS" as the status if user modified successfully.