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)

ParameterData TypeAllowed ValuesDescription
mode*StringaddGroupAliasTo 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"
  ]
}