Logo
Zoom Public API Documentation

Get a channel

GET {{baseUrl}}/chat/users/:userId/channels/:channelId

Gets information about a specific channel. For user-level apps, pass the me value instead of the userId parameter.

Zoom chat channels allow users to communicate via chat in private or public groups.

Scopes: chat_channel:read:admin
Rate Limit Label: Medium

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.

 

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>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/chat/users/:userId/channels/:channelId' -H 'Accept: application/json'

ENDPOINTS