POST - Add domain to an Organization

 Purpose

The API adds the provided domain to the given organization.  

 Request URL 

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

Scope

organization.domains

 Request Parameters

ParameterData TypeDescription
zoidIntegerzoid - The unique Zoho Organization Identifier for the organization 

* - Mandatory parameters

  Request Body (JSON Object)

ParameterData TypeAllowed ValuesDescription
domainName* String Domain name The domain which should be added to the organization  

* - Mandatory parameters

 Response Codes

Please refer Response Codes.

Sample Request

Copied{
    "domainName": "zylkernew.com",
}