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://{server-hostname}:8383/dcapi/scap/compliance/policygroups/profilesList
VulnerabilityMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/scap/compliance/policygroups/profilesList \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Unauthorized error code returned when authentication credentials are missing, expired, or invalid (authentication=required)
Authentication failure reason
Rate limit error code returned when the API call threshold (configured via threshold/duration in security XML) is exceeded; client is locked out for lock-period minutes
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.