Server Administration
Notifications
Update WHM contact email address
This function updates the contact email address in the wwwacct.conf file. For more information, read our Installation Guide - Customize Your Installation documentation.
get/update_contact_email
Query parameters
contact_emailstring required
Example:user@example.com
The contact email address to add as the wwwacct.conf file's CONTACTEMAIL setting.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "update_contact_email",
"reason": "OK",
"result": 1,
"version": 1
}
}