Get Email Address of an Attendee in an in-meeting App

Samer Kaskas 0 Reputation points
2023-12-04T08:59:24.96+00:00

Hi,

i'm developing an in-meeting app in MS Teams and I used a sample from Teams Toolkit, I just want to know how can I get the attendee emails, when I start the meeting.

Thanks!
S.Kaskas

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,656 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.
3,476 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Meghana-MSFT 3,911 Reputation points Microsoft Vendor
    2023-12-04T16:28:24.4733333+00:00

    To get the attendee emails when a meeting starts, you can subscribe your app to receive change notifications for scheduled meeting events. When your app is notified about the subscribed meeting events, it can retrieve the meeting ID and organizer ID from the notification message.

    Here's how you can do it:

    1. Subscribe your app to receive notifications for meeting events. You can do this at either the user level or the tenant level.
    2. When your app receives a notification about a meeting event, it can retrieve the meeting ID and organizer ID from the notification message.
    3. With the meeting ID and organizer ID, your app can then fetch the meeting details, which include the attendee emails after the meeting has ended.

    For more information, you can refer to the guide on how to Receive notifications for Teams meetings start, end, and roster events.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.