Retrieves the names of custom groups (target groups) to which a specific policy group is mapped. Used to show where a policy group is deployed
get /dcapi/scap/compliance/map/CGNames
https://{serverurl}/dcapi/scap/compliance/map/CGNames
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Policy group ID
curl --request GET \
--url https://appdomains/dcapi/scap/compliance/map/CGNames \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Rate limit error code returned when the API call reached threshold
Rate limit exceeded message with retry guidance
List of custom group names associated with the policy group
[
"Production Servers",
"Development Workstations",
"Windows Workstations"
]
Authentication credentials are missing or invalid
{
"errorMessage": "Authentication required",
"errorCode": "UNAUTHORIZED"
}
API call threshold exceeded
{
"errorMessage": "Rate limit exceeded. Retry after some time",
"errorCode": "TOO_MANY_REQUESTS"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.