List the members of an IM directory group https://support.zoom.us/hc/enus/articles/203749815IMManagement .**Scope:** imgroup:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

listImDirectoryGroupMembers(
  groupId,
  page_size = NULL,
  page_number = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

groupId

The group ID.Can be retrieved by calling GET /groups https://marketplace.zoom.us/docs/apireference/zoomapi/groups/groups .

page_size

The number of records returned within a single API call.

page_number

**Deprecated** This field has been deprecated and we will stop supporting it completely in a future release. Please use "next_page_token" for pagination instead of this field.The page number of the current page in the returned records.

next_page_token

The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.