Skip to main content

Notifications

Community site session details

Community site session details

Session Id : D4bKxZhdwmcG98dBdkSgMp
Power Apps - Connector Development
Unanswered

Graph API connector to Teams Meeting Transcript

Like (1) ShareShare
ReportReport
Posted on 8 Jul 2024 06:50:01 by 6

Has anyone had success getting a meeting transcript details using the Graph API? I tried the below but was not successful. Any help will be greatly apprecaited.

Error: 
{
    "error": {
        "code": "Forbidden",
        "message": "Missing scope permissions on the request. API requires one of 'OnlineMeetingTranscript.Read.All'. Scopes on the request 'Group.Read.All, Group.ReadWrite.All, openid, profile, Sites.Read.All, Sites.ReadWrite.All, Tasks.Read, Tasks.ReadWrite, User.Read, email'",
        "innerError": {
            "date": "2024-07-08T06:45:00",
            "request-id": "c1a6998c-aeeb-4e4b-b5df-8d3af6ccc6f0",
            "client-request-id": "f344d079-7a0e-da83-0de5-20e93f16e5a7"
        }
    }
}
I also try to add the meeting id below:
https://graph.microsoft.com/v1.0/me/onlineMeetings
{
    "error": {
        "code": "Forbidden",
        "message": "",
        "innerError": {
            "request-id": "6a0464c3-20eb-4844-8724-778ec45e4b64",
            "date": "2024-07-08T06:50:52",
            "client-request-id": "efbc79a3-35eb-3491-4562-581e53a4bbde"
        }
    }
}
  • bscarlavai33 Profile Picture
    583 Super User 2025 Season 1 on 14 Jul 2024 at 19:14:22
    Re: Graph API connector to Teams Meeting Transcript

    Have you gave your app the permissions listed in the error?


    "To use application permissions for this API, tenant administrators must create an application access policy and grant it to a user. It authorizes the app configured in the policy to fetch online meetings or online meeting artifacts on behalf of that user (with the user ID specified in the request path). For more information, see Allow applications to access online meetings on behalf of a user."

    https://learn.microsoft.com/en-us/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta&tabs=http#permissions

  • rickysydney Profile Picture
    6 on 09 Jul 2024 at 15:34:26
    Re: Graph API connector to Teams Meeting Transcript

    Anyone can answer this?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,780 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,093 Most Valuable Professional

Leaderboard

Featured topics

Loading started