Retrieves custom groups that can be used to publish software packages in the self service portal, filtered by publish type (computer or user).
get /dcapi/swDeployment/publish/groupList
https://{serverurl}/dcapi/swDeployment/publish/groupList
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Optional search string to filter groups by name
Required. Values: computer or user.
curl --request GET \
--url 'https://appdomains/dcapi/swDeployment/publish/groupList?publishType=SOME_STRING_VALUE' \
--header 'Accept: application/publishGroupList.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of custom groups available for SSP publishing
Resource ID of the custom group
Display name of the custom group
Group type: 1=Computer, 2=User
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
Available groups
{
"cgDetailsList": [
{
"groupName": "Engineering Workstations",
"groupType": 1,
"groupResourceId": 301
}
]
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 100 | 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.