Get Teams Call Recordings for User

Petra Marče 21 Reputation points
2022-02-17T16:53:37.23+00:00

To read call records permission using Microsoft Graph endpoint

/communications/callRecords/:id

Calls.Record.ReadAll permission is needed

This permission is not available as delegated but application permission.

Is there another way to get all meeting recordings logged in user was part of?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,878 questions
0 comments No comments
{count} votes

Accepted answer
  1. Zehui Yao_MSFT 5,856 Reputation points
    2022-02-18T10:06:34.073+00:00

    Hi @Petra Marče , I recommend using the following endpoints to get meeting recordings:
    GET https://graph.microsoft.com/v1.0/me/events?$select=onlineMeeting
    GET https://graph.microsoft.com/v1.0/me/onlineMeetings?$filter=JoinWebUrl eq '{joinWebUrl}'
    In the meantime, I recommend sending a user voice to request the addition of delegated permssion.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most 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.