A channel https://support.zoom.us/hc/enus/articles/200912909GettingStartedWithChannelsGroupMessaging can have one or multiple members. Use this API to invite members that are in a user's contact list to a channel. The maximum number of members that can be added at once with this API is 5. **Scope:** chat_channel:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium </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

inviteChannelMembers(channelId, userId, members = NULL, return_response = F)

Arguments

channelId

Channel ID: Unique Identifier of the channel.

userId

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

members

Members of a channel. You can invite up to a max number of 5 members with a single API call.

return_response

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