Retrieves all available CIS benchmark profiles for a given platform. Used when creating or editing a policy group to show the available profiles that can be selected
get /dcapi/scap/compliance/policygroups/profilesList
https://{serverurl}/dcapi/scap/compliance/policygroups/profilesList
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Platform identifier. 1 = Windows, 2 = Mac, 3 = Linux
curl --request GET \
--url https://appdomains/dcapi/scap/compliance/policygroups/profilesList \
--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
Map of profileId to profileType for Windows platform
{
"50001": 1,
"50002": 1,
"50003": 0,
"50004": 1
}
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.