Logo
Zoom Public API Documentation

Get zdm group info

GET {{baseUrl}}/devices/groups?page_size=<integer>&next_page_token=<string>

Get Zoom Device Manager (ZDM) group information for an account.

Scopes: device:read:admin

Rate Limit Label: 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>" }



Curl
curl -X GET 'https://api.zoom.us/v2/devices/groups?page_size=<integer>&next_page_token=<string>?page_size=<integer>&next_page_token=<string>' -H 'Accept: application/json'

ENDPOINTS