Determines if a custom group has packages published in the self service portal. Returns the collection ID and group details when published, which are needed for modify and delete operations.
get /dcapi/swDeployment/ssp/customGroupPublished
https://{serverurl}/dcapi/swDeployment/ssp/customGroupPublished
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Custom group resource ID. Obtain from the groupResourceId field in the response of the List SSP Publish Groups API.
curl --request GET \
--url 'https://appdomains/dcapi/swDeployment/ssp/customGroupPublished?groupResourceId=SOME_INTEGER_VALUE' \
--header 'Accept: application/customGroupPublished.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'0 indicates NOT published, 1 indicates IS published in SSP
Group type: 1=Computer, 2=User. Present only when cgSelected=1.
Resource ID of the custom group. Present only when cgSelected=1.
Display name of the custom group. Present only when cgSelected=1.
Collection ID of the published SSP configuration. Present only when cgSelected=1.
Group category: 1=Static, 2=Dynamic. Present only when cgSelected=1.
INTERNAL_ERROR for publish/modify failures, SW_INTERNAL_ERROR for SSP configuration errors
Internal server error with details about the SSP publish or group operation failure
Group not published — only cgSelected is returned, other fields are absent
{
"cgSelected": 0
}
Group is published with full details
{
"cgSelected": 1,
"groupType": 1,
"resourceId": 301,
"groupName": "Engineering Workstations",
"groupCategory": 1,
"collectionId": 5001
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "SW_INTERNAL_ERROR"
}
![]()
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.