0

I am trying to get a list of my own calls through Microsoft Graph.

In a chat in Microsoft Teams, the calls are listed within the chat, so I thought I might be able to find the records of calls in the list of chat messages. However, they are not there.

I have seen the "Call" API, which looks right at first glance: https://learn.microsoft.com/en-us/graph/api/call-get?view=graph-rest-1.0&tabs=http

However, it requires Application permissions and this enables me to get calls from ALL users in the entire tenant, so from a security perspective, it is a whole other ballpark.

So my question is, is there any way I can just get my OWN calls from Microsoft Graph or from any other source in the Microsoft 365 platform?

Dev
  • 2,428
  • 2
  • 14
  • 15
Niels Brinch
  • 3,033
  • 9
  • 48
  • 75

1 Answers1

2

To the best of my knowledge, there isn't currently a way to get a list of your own calls through Graph - would you consider filing a feature request on our M365 dev platform so we can look into this further?

Dharman
  • 30,962
  • 25
  • 85
  • 135
Diana
  • 690
  • 6
  • 14