- Overview
- What's New in V8?
- Changelog
- Open API Specification 3.0.0 (OAS)
- API Directory
- API Collection
- APIs and References
- OAuth
- API Limits and Credits
- Compliance
- Zoho CRM SDKs
- Metadata APIs
- Customization
- Process Automation
- Security control
- Roles
- Profiles
- Territories
- GETTerritories
- POSTTerritories
- PUTTerritories
- DELETETerritories
- POSTTransfer and Delete Territories
- GETChild Territories of a Territory
- GETTerritories Assigned
- GETAssociated User Count
- GETRetrieve User details Associated with a Territory
- PUTAssociate Users with Territory
- POSTRemove Territories of Records
- POSTAssign Territories to Records
- DELETEDisassociate Users from Territory
- Export Audit Log
- Portals
- Data Sharing
- Company Settings
- Zia
- Core APIs
- Records
- Merge Records
- Share Records
- Mail Merge
- Services
- Appointments
- Appointments Rescheduled History
- Fields Attachments
- Meeting Cancel
- Notes
- Mass Actions
- Related Records
- External ID
- Emails
- Subforms
- Linking Modules
- Others
- Bulk APIs
- Composite API
- Query API
- Notification APIs
Get Email Shared Details
Purpose
To get the details of the users and the type with whom you can share the record's emails.
Endpoints
- GET /{module_api_name}/{record_id}/__emails_sharing_details
Request Details
Request URL
{api_domain}/crm/{version}/{module_api_name}/{record_id}/__emails_sharing_details
Supported modules
Leads, Accounts, Contacts, Deals, Quotes, Invoices, Sales Orders, Purchase Orders, and Custom
Header
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Scope
scope=ZohoCRM.modules.READ
or
scope=ZohoCRM.modules.{module_name}.READ
and
scope=ZohoCRM.modules.emails.READ
Possible Module Names
leads, accounts, contacts, deals, quotes, invoices, salesorders, purchaseorders, and custom
Sample Request
Copiedcurl "https://www.zohoapis.com/crm/v8/Leads/3652397000001790004/__emails_sharing_details"
-X GET
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"
Response JSON
- available_typesJSON array
The types of users that can have access to the record's emails.
- share_from_usersJSON array
Each object contains the details such as the name, ID, and the email configuration of the users with whom this record's emails are shared with.
Possible Errors
- INVALID_DATAHTTP 400
The record ID is invalid.
Resolution: Specify a valid ID of the lead, deal, contact, or account in the request URL. - INVALID_REQUEST_METHODHTTP 400
The HTTP request method is invalid.
Resolution: Ensure that the HTTP request for this API is GET. - INTERNAL_ERRORHTTP 500
Unexpected and unhandled exception in the server.
Resolution: Contact the support team.
Sample Response
Copied{
"__emails_sharing_details": [
{
"available_types": [
"emails_sent_from_crm",
"all_contacts_emails",
"all_imap_shared_users",
"all_emails"
],
"share_from_users": [
{
"id": "412463000001213019",
"name": "Will Grandon",
"_type": "pop"
},
{
"id": "412463000000867017",
"name": "boyle",
"_type": "imap"
}
]
}
]
}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.