Create Group

Create Microsoft 365 or security groups via the Microsoft Teams API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of new Microsoft 365 groups or security groups, streamlining user and resource management.

Core Features & Use Cases

  • Group Creation: Easily create both unified (Microsoft 365) and security groups.
  • Customizable Properties: Specify display name, description, mail enablement, mail nickname, security enablement, group types, and visibility.
  • Use Case: A new project is starting, and a dedicated Microsoft 365 group is needed for collaboration and resource allocation. This Skill can quickly provision the group with the correct settings.

Quick Start

Use the createGroup skill to create a new Microsoft 365 group named "Project Phoenix" with the mail nickname "projphoenix".

Frequently Asked Questions about Create Group

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

FAQPage Schema
How do I create a Microsoft 365 group programmatically with custom properties?

Yes, you can provision both Microsoft 365 and security groups by specifying mail enablement, security enablement, and group types in your request. The Skill configures these properties and creates the group via the Microsoft Teams API.

How do I set up mail nickname and visibility when provisioning a security group?

Setting up a security group requires defining the mail nickname, visibility, and security enablement. You pass these parameters as JSON content to the Skill, which provisions the group through the Microsoft Teams API.

Do I need specific permissions to automate Microsoft 365 group creation?

A security group primarily manages user and resource access permissions, while a Microsoft 365 group provides collaboration tools and a shared mailbox. This Skill provisions both types by setting the group types and mail enablement parameters accordingly.

Can I automate provisioning Microsoft 365 groups for new projects?

Automating provisioning for new projects involves passing the project name as the display name and desired settings as JSON. The Skill creates the Microsoft 365 group via the API, streamlining resource allocation and collaboration setup.