How to allow attendees report using Graph API for the online meetings?

Mohammad Abu-Rahmeh 0 Reputation points
2023-01-29T11:39:44.4+00:00

Is there any way to allow the attendees to report using Graph API for the online meetings?

Nothing clear from Microsoft documentation here about the property needs to be set in the request body of create new online meeting ex. "allowAttendeeToEnableMic".

As you know to get the attendance report for a meeting you have first to allow the attendance report on the meeting level from here ( open any meeting from MS Team >> click on meeting options >> it will open the options on web >> go to the last choice which is allow attendees report and enable it ) all the previous steps can be done manually .. I am looking for a way to enable it using the graph API

Thanks

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,716 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,886 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhanu Kiran 3,526 Reputation points
    2023-01-30T01:37:03.6833333+00:00

    Hi @Mohammad Abu-Rahmeh ,

    By Default, the ability to download attendance report as a Meeting Organizer is enabled. If its disabled, which means your admin has set a Meeting Policy in Teams Admin Center which can be changed by Admin using Teams Admin Center or PowerShell. Therefore, this is currently not possible by Graph API.

    Reference articles: https://learn.microsoft.com/en-us/microsoftteams/teams-analytics-and-reports/meeting-attendance-report

    If you are looking for a Graph API to get Attendance reports of an Online Meeting, Please refer to this documentation.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.