Search code examples
microsoft-graph-apimicrosoft-teamsmicrosoft-graph-teams

Is there an MS-Graph API end-point to retrieve Microsoft Teams PSTN and SMS usage?


I noticed in our dashboard that Microsoft provides an SMS and PSTN usage report which captures each incoming and outgoing call and conference call (duration, callerID, etc...). I need this data to be queryable over the Graph API but after hours of combing though the docs I can't find any report which matches the schema of the report provided in the dashboard.

Is there any graph api endpoint or cascade of endpoints which I could collect this data from?

Schema of report below: Call ID,Conference ID,User Location,Display Name,Caller ID,Call Type,Number Type,Domestic/International,Destination Dialed,Destination Number,Start Time,End Time,Duration Seconds,Connection Fee,Charge,Currency,Capability

enter image description here


Solution

  • Currently there is no Graph API available to get PSTN & SMS report. Please raise a uservoice so we can take it for future release.