How to change organization name in zoho mail

To change the organization name in Zoho Mail, follow these steps:

Method 1: Using the Zoho Mail Web Interface

  1. Log in to your Zoho Mail account.
  2. Click on the gear icon () in the top right corner of the page.
  3. Select "Settings" from the dropdown menu.
  4. Scroll down to the "Organization" section.
  5. Click on the "Edit" button next to "Organization Name".
  6. Enter the new organization name in the text field.
  7. Click "Save" to save the changes.

Method 2: Using the Zoho Control Panel

  1. Log in to the Zoho Control Panel (https://cp.zoho.com).
  2. Click on "Mail" from the top menu.
  3. Select your domain from the list of domains.
  4. Click on the "Edit" button next to "Organization Name".
  5. Enter the new organization name in the text field.
  6. Click "Save" to save the changes.

Method 3: Using the Zoho Mail API

If you have a large number of users or need to automate the process, you can use the Zoho Mail API to update the organization name. You'll need to have a Zoho Developer account and have the necessary API credentials.

Here's an example of the API request:

PUT https://desk.zoho.com/api/v1/organizations/{organization_id}
{
  "organization_name": "New Organization Name"
}

Replace {organization_id} with the actual ID of your organization.

Note: Before making any changes, ensure that you have the necessary permissions and that the new organization name does not conflict with any existing domain names or trademarks.

After changing the organization name, the changes will be reflected in your Zoho Mail account, including the email addresses, domain name, and other settings.