PUT - Enable Domain Email Hosting

 Purpose

The API enables the Email Hosting for the provided domain.  

 Request URL 

https://mail.zoho.com/api/organization/<zoid>/domains/<domainName>

Scope

organization.domains

 Request Parameters

ParameterData TypeDescription
zoid*IntegerThe unique Zoho Organization Identifier for the organization 
domainName*String Name of the domain for which Email hosting should be enabled.

* - Mandatory parameters

  Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
mode* String enableMailHosting To enable Email hosting for the specified domain.

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

Sample Request

Copied{
    "mode": "enableMailHosting"
}