Logo
Zoom Public API Documentation

Update a channel

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

Updates the name and settings of a specific channel owned or administrated by a user. 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 channels.

Scopes: chat_channel:write: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 Edit permission for Chat Channel.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/chat/users/:userId/channels/:channelId' -H 'Content-Type: application/json' -d '{"name":"\u003cstring\u003e","channel_settings":{"add_member_permissions":2,"new_members_can_see_previous_messages_files":"\u003cboolean\u003e","posting_permissions":3,"mention_all_permissions":1}}'

ENDPOINTS