Purpose
The API is used to add an email alias to the group email address.
Request URL
https://mail.zoho.com/api/organization/<zoid>/groups/<groupId>
Scope
organization.groups
Request Body (JSON Object)
Parameter | Data Type | Allowed Values | Description |
mode* | String | addGroupAlias | To add an email alias to the group email account. |
aliasList* | Object | aliasListVO with list of email aliases to be added to the gorup. |
* - Mandatory parameter
Response Codes
Please refer Response Codes.
Sample Request
Copied{
"mode": "addGroupAlias",
"aliasList": [
"test@hello.com"
]
}