add document to devices
post /api/v1/mdm/docs/{doc_id}/devices
https://{server-hostname}:8383/api/v1/mdm/docs/{doc_id}/devices
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the document. Obtain from the Upload Content or Get Content List response
Array of device IDs to associate with the content. Obtain from the Get Device List response
curl --request POST \
--url https://appdomain/api/v1/mdm/docs/{doc_id}/devices \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"devices":[9007199254741036,9007199254741038,9007199254741040]}'Associate content with specific device IDs
{
"devices": [
9007199254741036,
9007199254741038,
9007199254741040
]
}
204 No Content![]()
Duration: 1 minute | Threshold: 2000 | 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.