Number of APIs: 3
DELETE {{baseUrl}}/chat/users/:userId/channels/:channelId
Deletes a specific channel. For user-level apps, pass the Zoom chat channels allow users to communicate via chat in private or public groups. Scopes: Note: This API only supports a user-managed OAuth app.me
value instead of the userId
parameter.chat_channel:write:admin
Rate Limit Label: Medium
GET {{baseUrl}}/chat/users/:userId/channels/:channelId
Gets information about a specific channel. For user-level apps, pass the Zoom chat channels allow users to communicate via chat in private or public groups. Scopes: 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.me
value instead of the userId
parameter.chat_channel:read:admin
Rate Limit Label: Medium
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 Zoom chat channels allow users to communicate via chat in private or public channels. Scopes: 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.me
value instead of the userId
parameter.chat_channel:write:admin
Rate Limit Label: Medium
ENDPOINTS