Retrieves the group name, collection ID, and list of currently published packages for an SSP group, used to pre-populate the modify form.
get /dcapi/swDeployment/ssp/modifyGroupDetails
https://{serverurl}/dcapi/swDeployment/ssp/modifyGroupDetails
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Custom group resource ID. Obtain from the groupResourceId field in the response of the List SSP Publish Groups API.
SSP collection ID. Obtain from the collectionId field in the response of the Check Custom Group Published API.
curl --request GET \
--url 'https://appdomains/dcapi/swDeployment/ssp/modifyGroupDetails?groupResourceId=SOME_INTEGER_VALUE&collectionId=SOME_INTEGER_VALUE' \
--header 'Accept: application/modifyGroupDetails.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Display name of the custom group
Collection ID of the published configuration
Array of published packages
Package ID
Display name of the package
0 - published package without approval, 1 - published package with approval (applicable only when integrated with Service Desk Plus)
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 with published packages
{
"groupName": "Engineering Workstations",
"collectionId": 5001,
"addedPackages": [
{
"packageId": 10001,
"packageName": "7-Zip 23.01 x64",
"packageApproval": 0
}
]
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "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.