Logo
Zoom Public API Documentation

chat-channels-{channelId}

Number of APIs: 3


1. Delete a channel

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

Deletes a specific channel. Zoom chat channels allow users to communicate via chat in private or public groups.

Scope: chat_channel:write
Rate Limit Label: Medium

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




2. Get a channel

GET {{baseUrl}}/chat/channels/:channelId

Gets information about a specific channel. Zoom chat channels allow users to communicate via chat in private or public groups.

Scope: chat_channel:read
Rate Limit Label: Medium

Note: This API supports only user-managed OAuth apps. If you use an Account-Level OAuth Access token, you can only retrieve the channel information for the authorized user. You can't retrieve the channel information of other account users. Use the Get a channel API to retrieve the channel information of other account users.



3. Update a channel

PATCH {{baseUrl}}/chat/channels/:channelId

Updates the name and settings of a specific channel owned or administrated by you. Zoom chat channels allow users to communicate via chat in private or public channels.

Scope: chat_channel:write
Rate Limit Label: Medium

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




ENDPOINTS