GET {{baseUrl}}/chat/channels/:channelId
Gets information about a specific channel. Zoom chat channels allow users to communicate via chat in private or public groups. Scope: Note: This API supports only user-managed OAuth apps. If you use an Account-Level OAuth Access token, you can only retrieve the channel information for the authorized user. You can't retrieve the channel information of other account users. Use the Get a channel API to retrieve the channel information of other account users.chat_channel:read
Rate Limit Label: Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"properties": {
"channel_settings": {
"add_member_permissions": 2,
"new_members_can_see_previous_messages_files": "<boolean>",
"posting_permissions": 3,
"mention_all_permissions": 2,
"allow_to_add_external_users": 0
},
"id": "<string>",
"jid": "<string>",
"name": "<string>",
"type": 1,
"channel_url": "<string>"
}
} |
ENDPOINTS