Create Team Tag

Create a new tag for a Microsoft Teams team via POST request.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill create-team-tag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Create Team Tag
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/create-teamwork-tag
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill create-team-tag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of custom tags within Microsoft Teams, allowing for better organization and management of team members.

Core Features & Use Cases

  • Tag Creation: Create new tags with display names and descriptions.
  • Member Assignment: Optionally add initial members to the tag upon creation.
  • Use Case: A project manager can use this Skill to create a 'Frontend Developers' tag for a new project team, assigning all relevant developers to it instantly.

Quick Start

Use the Create Team Tag skill to create a new tag named 'Marketing Team' for the team with ID '12345'.

Frequently Asked Questions about Create Team Tag

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

FAQPage Schema
How do I create a new tag in Microsoft Teams for organizing members?

To create a tag in Microsoft Teams, you use a POST request to the /teams/{team-id}/tags endpoint, specifying the display name, description, and initial member list to organize your team members efficiently.

Can I assign members to a Microsoft Teams tag when it is created?

Yes, you can optionally assign an initial list of members directly when creating a Microsoft Teams tag, allowing for instant grouping of specific users like a 'Frontend Developers' team upon creation.

What permissions do I need to add tags to Microsoft Teams?

Adding tags to Microsoft Teams requires the TeamworkTag.ReadWrite scope for authorization, ensuring your application or user has the necessary permissions to manage team groupings via the API endpoint.

What is the best way to automate custom tag creation for Microsoft Teams management?

Automating tag creation in Microsoft Teams involves sending a POST request to the /teams/{team-id}/tags endpoint with the desired display name and description, streamlining member organization without manual UI interaction.

Does creating a Microsoft Teams tag support adding descriptions for the group?

Yes, creating a tag in Microsoft Teams supports defining descriptions alongside display names, helping project managers and team leads clarify the purpose and scope of each member grouping.