We use MS Teams for telephony and need to build some reports and wallboards in Power BI. Therefore we want to use MS Graph as a data source as it provides almost real time data.
In MS Graph, there is the REST GET “getDirectRoutingCalls”. This API needs admin consent for the permission “CallRecords.Read.All” and this is where the problem starts.
We are not able to consent to this needed permission, most likely because the API is a beta version?!?
The permission does not show up in the list of permissions to consent to.
Did anyone face the same issue and find a solution?