Add app to device
https://{server-hostname}:8383/api/v1/mdm/apps/{app_id}/labels/{release_label_id}/devices
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the application. Obtain from the Get App List response
Unique identifier of the release label. Obtain from the Get App Details response
Array of device IDs to associate the app with. Obtain from the Get Device List response
Allow silent installation. Default: true
Notify users by e-mail. Default: true
curl --request POST \
--url https://appdomain/api/v1/mdm/apps/{app_id}/labels/{release_label_id}/devices \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"notify_user_via_email":true,"device_ids":[1,2,3],"silent_install":true}'Distribute app to multiple devices with silent install and email notification
{
"notify_user_via_email": true,
"device_ids": [
1,
2,
3
],
"silent_install": true
}
202 Accepted![]()
Duration: 1 minute | Threshold: 60 | 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.