Get Group

Retrieve Microsoft 365 group properties by unique identifier.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill retrieves detailed information about a specific Microsoft 365 group, eliminating the need to manually search through administrative portals.

Core Features & Use Cases

  • Group Information Retrieval: Fetches all properties of a specified Microsoft 365 group.
  • Use Case: Quickly get the display name, description, and mail status of a group when collaborating on a project or managing access.

Quick Start

Use the get group skill to retrieve details for the group with ID 'a1b2c3d4-e5f6-7890-abcd-ef1234567890'.

Frequently Asked Questions about Get Group

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

FAQPage Schema
How do I retrieve Microsoft 365 group details using a group ID?

To retrieve Microsoft 365 group details, you provide the unique group identifier and appropriate authorization scopes to fetch the group resource with all its properties, including display name and mail status.

What information do I need to get Microsoft 365 group properties?

You need a valid Microsoft 365 group ID and appropriate authorization scopes for reading group data to successfully retrieve the group resource and its associated properties.

When should I fetch Microsoft 365 group information programmatically?

Fetch Microsoft 365 group information programmatically when managing access control or collaborating on projects, eliminating the need to manually search through administrative portals for group properties.

Does retrieving Microsoft 365 group data require specific authorization?

Yes, retrieving Microsoft 365 group data requires appropriate authorization scopes for reading group data, ensuring secure administrative tasks for group management and access control.

Can I get the mail status and description of a Microsoft 365 group?

You can get the mail status, display name, and description of a Microsoft 365 group by retrieving the group resource using its unique identifier, which returns all available group properties.