Add User
Description
Adds 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 user | |
| passwd | String | Required | Password of user |
| notification-email | String | Required | Notification email address of user |
| first-name | String | Required | First name of user |
| last-name | String | Required | Last name of user |
| country-code | String | Required | Country Code as per ISO 3166-1 alpha-2 |
| language-code | String | Required | Language Code as per ISO |
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/mail/user/add.json?auth-userid=0&api-key=key&order-id=0&[email protected]&passwd=user-password&[email protected]&first-name=firstname&last-name=lastname&country-code=US&language-code=en
Response
Returns the details of user addition.