updateChannel.Rd
Zoom chat channels allow users to communicate via chat in private or public channels. Use this API to update the name of a specific channel created by a user. **Scope:** chat_channel:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium<p style="backgroundcolor:#e1f5fe; color:#01579b; padding:8px"> <b>Note: </b> For an<b> accountlevel</b> <a href="https://marketplace.zoom.us/docs/guides/gettingstarted/apptypes/createoauthapp">OAuth app</a>, this API can only be used on behalf of a user who is assigned with a <b> <a href="https://support.zoom.us/hc/enus/articles/115001078646Usingrolemanagement#:~:text=Each
updateChannel(channelId, userId, name, return_response = F)
channelId | Channel Id. |
---|---|
userId | Unique Identifier of the Zoom user who is the owner of the channel. |
name | A new name for the channel. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |