GET {{baseUrl}}/devices/groups?page_size=<integer>&next_page_token=<string>
Get Zoom Device Manager (ZDM) group information for an account. Scopes: Rate Limit Label: device:read:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
page_size
|
string | The total number of records returned from a single API call. Default - 30. Max -100. | |
next_page_token
|
string | Use the next page token to paginate through large result sets. A next page token is returned whenever the set of available results exceeds the current page size. This token's expiration period token is 15 minutes. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"groups": [
{
"zdm_group_id": "<string>",
"name": "<string>",
"description": "<string>"
},
{
"zdm_group_id": "<string>",
"name": "<string>",
"description": "<string>"
}
],
"next_page_token": "<string>",
"page_size": "<integer>"
} |
ENDPOINTS