Logo
Zoom Public API Documentation

chat-users-{userId}-channels-{channelId}

Number of APIs: 3


1. Delete a channel

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

Deletes a specific channel. For user-level apps, pass the me value instead of the userId parameter.

Zoom chat channels allow users to communicate via chat in private or public groups.

Scopes: chat_channel:write:admin
Rate Limit Label: Medium

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



2. Get a channel

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

Gets information about a specific channel. For user-level apps, pass the me value instead of the userId parameter.

Zoom chat channels allow users to communicate via chat in private or public groups.

Scopes: chat_channel:read:admin
Rate Limit Label: Medium

Note: For an account-level OAuth app, this API can only be used on behalf of a user who is assigned with a role that has the View or Edit permission for Chat Channels.



3. Update a channel

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

Updates the name and settings of a specific channel owned or administrated by a user. For user-level apps, pass the me value instead of the userId parameter.

Zoom chat channels allow users to communicate via chat in private or public channels.

Scopes: chat_channel:write:admin
Rate Limit Label: Medium

Note: For an account-level OAuth app, this API can only be used on behalf of a user who is assigned with a role that has the Edit permission for Chat Channel.



ENDPOINTS