This API lists all email domains deployed in the network, along with the number of custom groups associated with each domain. It also supports pagination.
get /api/1.4/reports/dlp/networkemailreport
https://{serverurl}/api/1.4/reports/dlp/networkemailreport
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
This is for navigating to specific pages. This field denotes the current page.
specify the number of records to be displayed per page.
curl --request GET \
--url https://appdomains/api/1.4/reports/dlp/networkemailreport \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'Module Code
Response.
Total Number of Records.
Maximum number of records included in this single response.
DLP.
Number of custom groups to which the email domain is associated.
Email domain used (e.g., gmail.com)
Page Number.
Api Version.
Status of Api call.
Response code.
{
"response_code": 200,
"message_type": "dlp",
"message_response": {
"total": 2,
"limit": 25,
"dlp": [
{
"dlpemaildomains.email_domain": "domain.com",
"cgcount": 1
},
{
"dlpemaildomains.email_domain": "gmail.com",
"cgcount": 4
}
],
"page": 1
},
"message_version": "1.4",
"status": "success"
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.