Number of APIs: 3
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
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: Rate Limit Label: chat_channel:write
Note: This API only supports user-managed OAuth appMedium
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. Note: This API only supports user-managed OAuth apps.
Scopes: chat_channel:write
Rate Limit Label: Medium
ENDPOINTS