Associating the list of apps to the group
post /api/v1/mdm/groups/{group_id}/apps
https://{server-hostname}:8383/api/v1/mdm/groups/{group_id}/apps
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the group. Obtain from the Get Group List response
Array of app objects with version details to associate with the group
Unique identifier of the app to distribute. Obtain from the Get App List response
Release label ID denoting whether the app version is Stable or Beta. Obtain from the Get App Details response
Whether the app should be installed silently on devices without user interaction
Whether to notify the user via email about the distributed app
curl --request POST \
--url https://appdomain/api/v1/mdm/groups/{group_id}/apps \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"app_details":[{"release_label_id":9007199254741044,"app_id":9007199254741044},{"release_label_id":9007199254741046,"app_id":9007199254741044}],"notify_user_via_email":true,"silent_install":true}'Associate apps with silent install and email notification
{
"app_details": [
{
"release_label_id": 9007199254741044,
"app_id": 9007199254741044
},
{
"release_label_id": 9007199254741046,
"app_id": 9007199254741044
}
],
"notify_user_via_email": true,
"silent_install": true
}
200 OK![]()
Duration: 1 minute | Threshold: 300 | 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.