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