Update SupportEmailAddress SubDomain

PATCH {{baseUrl}}/api/v1/supportEmailDomain

This API updates the subdomain (the ā€œmycompanyā€ part) of the support email address.

1. Only the primary contact of the organization can update the subdomain of the support email address.
2. The new support email address will be support@zylker.com.
3. The updated support email address will be used for fetching emails, henceforth. So make sure that you update the new address in the forwarding configurations of your mailbox.
4. The new support email address is applicable only for the default department.
5. All existing email aliases along with the old support email address will be permanently deleted from your account.
6. Emails forwarded to the old support address will not be fetched in.

OAuth Scope

  • Desk.settings.UPDATE

Attributes

Attribute NameData TypeDescription
supportEmailDomain<string>
max chars : 100
Name of the new email subdomain

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;updatedTime&quot;:&quot;2013-11-04T11:21:07.000Z&quot;,&quot;updatedBy&quot;:&quot;4000000007089&quot;,&quot;supportEmailDomain&quot;:&quot;zylkernew.zohodesk.com&quot;,&quot;oldDomain&quot;:&quot;zylker.zohodesk.com&quot;}