- You can use the
/communications/callRecords
endpoint to list call records. This will give you an overview of the calls made within your organisation, including non-scheduled meetings.
GET https://graph.microsoft.com/v1.0/communications/callRecords
- To get detailed information about a specific call, including join and leave times of participants and the devices used during the call, use the
/communications/callRecords/{id}
endpoint.GET https://graph.microsoft.com/v1.0/communications/callRecords/{id}
Required Permissions
-
CallRecords.Read.All
-
CallRecords.ReadWrite.All