Update Channel

Update a Microsoft Teams channel's display name and description.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill update-channel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Update Channel
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/update-channel
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill update-channel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to easily update the name and description of existing Microsoft Teams channels, ensuring your team's communication spaces are always accurately represented.

Core Features & Use Cases

  • Update Channel Name: Change the display name of a channel.
  • Update Channel Description: Modify the descriptive text for a channel.
  • Use Case: If a project's focus shifts, you can rename its corresponding channel and update its description to reflect the new objectives, keeping your team informed.

Quick Start

Update the display name of the channel with ID 'channel123' in team 'team456' to 'Project Phoenix'.

Frequently Asked Questions about Update Channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update a Microsoft Teams channel name and description?

To update a Microsoft Teams channel, you must specify the team ID and channel ID as path parameters, then provide an optional JSON request body containing the new display name and description fields to modify.

Can I dynamically change Microsoft Teams channel metadata for a project pivot?

Yes, you can dynamically change Microsoft Teams channel metadata by sending a JSON request to adjust the display name and description, ensuring the communication space accurately reflects the shifted project objectives.

What do I need to modify Microsoft Teams channel properties?

You need the specific team ID and channel ID to act as path parameters, alongside an optional JSON request body defining the channel properties you want to modify.

Does updating a Teams channel require specifying both team and channel IDs?

Yes, updating a Teams channel requires specifying both the team ID and channel ID as path parameters to successfully target and modify the correct channel's metadata.

What is the best way to rename a Microsoft Teams channel via configuration?

The best way to rename a Microsoft Teams channel is to use a JSON request body with the updated display name, targeting the specific channel via its team ID and channel ID path parameters.

What limitations exist when modifying Microsoft Teams channel details?

The modification is limited to updating the channel's display name and description, requiring valid team ID and channel ID path parameters to execute the metadata adjustment successfully.