Share via

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 Security | Microsoft Graph
0 comments No comments

Answer accepted by question author

Zehui Yao_MSFT 5,881 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.

Was this answer helpful?

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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.