Retrieves a paginated list of static and static-unique custom groups available for compliance audit association. Supports filtering by group category and name
get /dcapi/scap/compliance/map/customGroups
https://{serverurl}/dcapi/scap/compliance/map/customGroups
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
To check if the API is called from Quarantine module
Custom group name filter for partial match
Pagination offset
Pagination limit
curl --request GET \
--url https://appdomains/dcapi/scap/compliance/map/customGroups \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'List of custom group objects
Custom group resource ID
Custom group name
Icon path based on group category
Group category code
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
Paginated list of custom groups for compliance audit
{
"customGroups": [
{
"image": "/images/static_group.png",
"name": "Production Servers",
"id": "301",
"category": 2
},
{
"image": "/images/all_computers.png",
"name": "All Managed Computers",
"id": "302",
"category": 7
}
]
}
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.