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.
Request Body
{"name"=>"<string>", "channel_settings"=>{"add_member_permissions"=>2, "new_members_can_see_previous_messages_files"=>"<boolean>", "posting_permissions"=>3, "mention_all_permissions"=>1}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |