Zoom chat channels allow users to communicate via chat in private or public groups. Use this API to get information about a specific channel.Scope:chat_channel:read:admin Rate Limit Label:Medium Note: For an account-levelOAuth app, this API can only be used on behalf of a user who is assigned with a role that has View or Edit permission for Chat Channels.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://api.zoom.us/v2/chat/users//channels/'
响应示例响应示例
200 - response
{"id":"ut1234sgfsdf","name":"Leah","type":1}
请求参数
Path 参数
返回响应
🟢200**HTTP Status Code:** `200`<br>
Channel returned.<br>
application/json
Body
🟠400**HTTP Status Code:** `400`<br>
Bad Request<br>
**Error Code:** `200`<br>
Unauthorized request. You do not have permission to access this user's channel information.
🟠404**Status Code:** `404`<br>
Not found.<br>
**Error Code:** `4130`<br>
Channel does not exist: $channelId.