Share via

Getting the teams meeting id and transcript id from the url given

Vishnoi, Astha 165 Reputation points
2024-01-02T06:14:09.23+00:00

Hello everyone,

I am building a flow where I want to store the transcript of my team call, So I am using MS graph API to retrieve the id's.

I am using HTTP request action and authorizing it with an app created on Azure.

But it is giving 403 forbidden error, and I am not able to get the meeting details.

I also tried to follow Configure an application access policy using the cloud communications API - Microsoft Graph | Microsoft Learn documentation, but still facing the same issue.

 

Please suggest, how I can resolve such error. Or is there any other way to get the meeting details rather than using MS graph?

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

Microsoft Security | Microsoft Graph
0 comments No comments

Answer accepted by question author
  1. CarlZhao-MSFT 46,456 Reputation points
    2024-01-03T09:37:19.8333333+00:00

    Hi @Vishnoi, Astha

    Only the organizer or attendees of the meeting can obtain the details of the online meeting. If the target user is not the meeting organizer or attendee, access will be blocked.

    Hope this helps.

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

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Amira Bedhiafi 41,131 Reputation points Volunteer Moderator
    2024-01-02T12:07:33.3333333+00:00

    Have you checked this link : https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id

    Also verify if your application has the correct set of permissions for the Microsoft Graph APIs it is calling. The permissions must not only be correctly set in your app's configuration but also must be granted by a user or an administrator through a consent page or the Microsoft Entra admin center application registration blade​.

    1 person found this answer helpful.

Your answer

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