Get Meeting Attendance Report

Retrieve attendance reports for Microsoft Teams online meetings via API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the retrieval of attendance reports for online meetings, eliminating the need for manual data collection and analysis.

Core Features & Use Cases

  • Attendance Data Retrieval: Access detailed attendance records for specific online meetings.
  • Participant Information: Obtain participant counts, meeting times, and individual attendance details.
  • Use Case: After a large virtual conference, use this Skill to quickly gather a list of all attendees and their engagement times for post-event analysis.

Quick Start

Get the attendance report for meeting ID 'meeting-001'.

Frequently Asked Questions about Get Meeting Attendance Report

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

FAQPage Schema
How do I retrieve a Microsoft Teams meeting attendance report?▼

To retrieve a Microsoft Teams meeting attendance report, you need a valid OAuth token with the 'OnlineMeetings.Read' scope and the specific meeting's unique identifier to fetch attendance data from the Microsoft Teams API.

What meeting attendance details can I get for post-meeting analysis?▼

Meeting attendance details available for post-meeting analysis include participant counts, meeting times, and individual attendance records, allowing you to track participant engagement times for large virtual conferences.

Can I automate attendance data retrieval for online meetings?▼

Yes, you can automate attendance data retrieval for online meetings. This process eliminates manual data collection by directly accessing the Microsoft Teams API to gather participant information and engagement metrics.

Do I need an OAuth token to track meeting attendance compliance?▼

Yes, you need a valid OAuth token with the 'OnlineMeetings.Read' scope to access the Microsoft Teams API for tracking meeting attendance compliance, verifying participant counts, and checking individual engagement times.

What do I need to get attendance records for a specific online meeting?▼

To get attendance records for a specific online meeting, you must provide the meeting's unique identifier and authenticate using a valid OAuth token configured with the 'OnlineMeetings.Read' permission scope.