Returns the list of user groups and system groups detected across managed computers. Supports filtering by name and pagination.
get /dcapi/inventory/computers/groups
https://{serverurl}/dcapi/inventory/computers/groups
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Filter groups by name
Pagination offset
Page size limit
curl --request GET \
--url https://appdomains/dcapi/inventory/computers/groups \
--header 'Accept: application/groups.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Internal key identifier of the group
Display name of the group
CUSTOMER_HEADER_MISSING - MSP environment requires X-Customer header
Missing customer header error message
UAC_UNAUTHORIZED - user lacks the required uem-roles or credentials are missing
Authentication or authorization failure reason
INTERNAL_ERROR - unexpected exception in the service layer
Internal server error message
List of groups detected across computers
[
{
"displayName": "Administrators",
"key": "Administrators"
},
{
"displayName": "Backup Operators",
"key": "Backup Operators"
},
{
"displayName": "Remote Desktop Users",
"key": "Remote Desktop Users"
},
{
"displayName": "Users",
"key": "Users"
}
]
MSP header missing
{
"error_description": "dc.rest.customer_header.missing",
"error_code": "CUSTOMER_HEADER_MISSING"
}
Missing credentials
{
"error_description": "Unauthorized access",
"error_code": "UAC_UNAUTHORIZED"
}
Server error
{
"error_description": "Internal server error",
"error_code": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 120 | 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.