Get Email Shared Details
Purpose
To get the details of the users and the type with whom you can share the record's emails.
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 100xx.92d4xxxxxxxxxxxxx15f52
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
Copied
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