Logo
Zoom Public API Documentation

chat-channels-{channelId}-members

Number of APIs: 3


1. List channel members

GET {{baseUrl}}/chat/channels/:channelId/members?next_page_token=<string>&page_size=30

Lists all members of a channel.

Scopes: chat_channel:read
Rate Limit Label: Medium



2. Invite channel members

POST {{baseUrl}}/chat/channels/:channelId/members

Invites members that are in a user's contact list to a channel. A channel can have one or multiple members. The maximum number of members that can be added at once with this API is 5.

Scope: chat_channel:write
Note: This API only supports user-managed OAuth app

Rate Limit Label: Medium



3. Batch remove members from a channel

DELETE {{baseUrl}}/chat/channels/:channelId/members?member_ids=<string>&user_ids=<string>

Batch removes multiple members from a chat channel. A channel can have one or many members.

Scopes: chat_channel:write
Rate Limit Label: Medium

Note: This API only supports user-managed OAuth apps.




ENDPOINTS