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

KeyDatatypeRequiredDescription
page_sizestringThe total number of records returned from a single API call.
Default - 30.
Max -100.
next_page_tokenstringUse 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

KeyDatatypeRequiredDescription
Acceptstring

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;}