Logo
Zoom Public API Documentation

chat-channels-{channelId}-members-me

Number of APIs: 2


1. Leave a channel

DELETE {{baseUrl}}/chat/channels/:channelId/members/me

Leaves a specific channel. After leaving the channel, you can no longer access information from that channel.If you're no longer interested in being a member of an existing channel, you can leave the channel at any time.

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


Scope: chat_channel:write
Rate Limit Label: Medium



2. Join a channel

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

Joins a channel that is open for anyone in the same organization to join. A channel can have one or more members. You cannot use this API to join private channels that only allow invited members to be a part of them.

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


Scope: chat_channel:write
Rate Limit Label: Medium



ENDPOINTS