Number of APIs: 2
POST {{baseUrl}}/chat/users/:userId/channels
Creates a channel for a user. For user-level apps, pass the Zoom chat channels allow users to communicate via chat in private or public groups. Scopes: Note: This API supports both user-managed apps and account-level apps. However, in an account-level OAuth app, to create a channel on behalf of another user in the same Zoom account, the user calling this API must have a role that has the Edit permission for the Chat channels feature.me
value instead of the userId
parameter.chat_channel:write
or chat_channel:write:admin
Rate Limit Label: Medium
GET {{baseUrl}}/chat/users/:userId/channels?page_size=10&next_page_token=<string>
Lists a user's chat channels. For user-level apps, pass the Zoom chat channels allow users to communicate via chat in private or public groups. Scopes: Note: This API supports both user-managed apps and account-level apps. However, in an account-level OAuth app, to list channels of another user in the same Zoom account, the user calling this API must have a role that has the View or Edit permission for the Chat channels feature.me
value instead of the userId
parameter.chat_channel:read
or chat_channel:read:admin
Rate Limit Label: Medium
ENDPOINTS