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
Request Params
| 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":"\u003cstring\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e"},{"zdm_group_id":"\u003cstring\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e"}],"next_page_token":"\u003cstring\u003e","page_size":"\u003cinteger\u003e"}