A channel https://support.zoom.us/hc/enus/articles/200912909GettingStartedWithChannelsGroupMessaging can have one or multiple members. List all the members of a channel using this API. </b> For an<b> accountlevel</b> <a href="https://marketplace.zoom.us/docs/guides/gettingstarted/apptypes/createoauthapp">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b><a href="https://support.zoom.us/hc/enus/articles/115001078646Usingrolemanagement#:~:text=Each

listChannelMembers(
  channelId,
  userId,
  page_size = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

channelId

Channel Id.

userId

Unique identifier of the user who is the owner of this channel.

page_size

The number of records returned with a single API call.

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.