> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update A Channel

Update the name, type, and settings of a specific channel that the user owns or administers.

<Note>
  External Documentation

  To learn more, visit the [Zoom documentation](https://developers.zoom.us/docs/api/rest/reference/chat/methods/#operation/updateChannel).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter                                      | Description                                                                                                                                                                                                                     |
  | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Add Member Permission                          | Indicates who can add new channel members.<br /><br /> **Note:** <br /> \* Only the channel owner can modify this setting.<br /> \* This setting is always set to `All channel members` and not editable for `public` channels. |
  | Allow New Members To Observe Previous Messages | Select to allow new channel members to view messages and files previously posted in the channel.                                                                                                                                |
  | Channel ID                                     | The channel's unique identifier.                                                                                                                                                                                                |
  | Name                                           | A new name for the channel.                                                                                                                                                                                                     |
  | Type                                           | Assign a new type for the channel. For more information regarding the channel types, refer to [Zoom's Documentation](https://developers.zoom.us/docs/api/rest/reference/chat/methods/#operation/updateChannel)                  |
  | User ID                                        | The unique identifier of the  user who is the administrator of the channel. For user-level apps, pass `me` instead of the user ID.                                                                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                  | Description                                                                                                                                                                                                                                                                                                                                                            |
  | -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Designated Posting Members | The user IDs or member IDs of the channel members to whom posting permission was granted.<br /><br />Example: <br /><pre><code>\[<br />    \{<br />      "user\_id": "alsjdflasjfasjfas"<br />    }<br />]</code></pre>For more information, refer to [Zoom's Documentation](https://developers.zoom.us/docs/api/rest/reference/chat/methods/#operation/updateChannel) |
  | Mention All Permission     | Indicate who can use `@all`.<br /><br />**Note:** Only the channel owner can modify this setting.                                                                                                                                                                                                                                                                      |
</div>

## Workflow Library Example

[Update a Channel with Zoom and Send Results Via Email](https://library.blinkops.com/workflows/update-a-channel-with-zoom-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-a-channel-with-zoom-and-send-results-via-email/canvas" />
</div>
