Zoom chat channels allow users to communicate via chat in private or public groups. Use this API to create a channel for a user. Scopes:chat_channel:write or chat_channel:write:admin Note: This API supports both user-managed apps and account-level apps. However, in an account-levelOAuth 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 Edit permission for the Chat channels feature. Rate Limit Label:Medium
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢201**Status Code**: `201` <br>
Channel created.
application/json
Body
🟠400**HTTP Status Code:** `400`<br>
Not found.<br>
**Error Code**: `5301`<br>
Request to create a channel failed.
🟠404**HTTP Status Code:** `404`<br>
**Error Code**: `1001`<br>
User does not exist: $userId.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://api.zoom.us/v2/chat/users//channels'