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

{&quot;groups&quot;:[{&quot;zdm_group_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;},{&quot;zdm_group_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}],&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:&quot;\u003cinteger\u003e&quot;}