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

Vishnoi, Astha 160 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.
11,647 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,968 questions
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Accepted answer
  1. CarlZhao-MSFT 46,376 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 33,866 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 Answers by the question author, which helps users to know the answer solved the author's problem.