Creation of group
https://{server-hostname}:8383/api/v1/mdm/groups
MDMDeviceMgmt.CREATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Name of the group. Must be unique within the customer
Type of group: 6 — Device Group, 7 — User Group/AD Group
Domain in which the group exists (applicable if Active Directory is synced)
Description of the group
curl --request POST \
--url https://appdomain/api/v1/mdm/groups \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"domain":"ZYLKERCORP","name":"MDM","description":"Group for MDM","group_type":1}'Create a group with domain and description
{
"domain": "ZYLKERCORP",
"name": "MDM",
"description": "Group for MDM",
"group_type": 1
}
Create a group with only required fields
{
"domain": "",
"name": "Sales Devices",
"description": "",
"group_type": 1
}
Unique identifier for the newly created group
Name of the created group
Type of group
Domain in which the group exists
Description of the group
Group successfully created
{
"group_id": 99731238129,
"domain": "ZYLKERCORP",
"name": "MDM",
"description": "Group for MDM",
"group_type": 1
}
![]()
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.