Device movement between the groups
put /api/v1/mdm/groups/{group_id}/targetgroups
https://{server-hostname}:8383/api/v1/mdm/groups/{group_id}/targetgroups
MDMDeviceMgmt.UPDATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the group. Obtain from the Get Group List response
Array of member IDs to move from the source group. Obtain device IDs from the Get Device List response or user IDs from the Get Users response
Array of target group IDs to move the members into. Obtain from the Get Group List response
curl --request PUT \
--url https://appdomain/api/v1/mdm/groups/{group_id}/targetgroups \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"target_group_ids":[9007199254741036,9007199254741038,9007199254741040],"member_ids":[9007199254741040,9007199254741040,9007199254741042]}'Move three members from the source group to three target groups
{
"target_group_ids": [
9007199254741036,
9007199254741038,
9007199254741040
],
"member_ids": [
9007199254741040,
9007199254741040,
9007199254741042
]
}
Whether the members were successfully moved from the source group to the target groups
Members successfully moved to target groups
{
"success": true
}
![]()
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.