pstnOnlineMeetingDialoutReport resource type

Namespace: microsoft.graph.callRecords

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a report of usage and money spent for the audio conferencing dial-out service over a selected period. The report is aggregated by user, user location, destination context (domestic/international), and currency.

All dial-out calls/duration/charge is counted under a meeting organizer. It's not necessarily the same person who dialed out.

Methods

Method Return Type Description
getPstnOnlineMeetingDialoutReport microsoft.graph.callRecords.pstnOnlineMeetingDialoutReport collection Get aggregated report of usage and money spent for the audio conferencing dial-out service over a selected period as a collection of pstnOnlineMeetingDialoutReport entries.

Properties

Property Type Description
currency String Currency used to calculate the cost of the call. For details, see ISO 4217.
destinationContext String Indicates whether the call was Domestic (within a country or region) or International (outside a country or region) based on the user's location.
totalCallCharge Decimal Total costs of all the calls within the selected time range, including call charges and connection fees.
totalCalls Int32 Total number of dial-out calls within the selected time range.
totalCallSeconds Int32 Total duration of all the calls within the selected time range, in seconds.
usageLocation String Country code of the user. For details, see ISO 3166-1 alpha-2.
userDisplayName String Display name of the user.
userId String The unique identifier (GUID) of the user in Microsoft Entra ID.
userPrincipalName String The user principal name (sign-in name) in Microsoft Entra ID. This is usually the same as the user's SIP address, and can be same as the user's e-mail address.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.callRecords.pstnOnlineMeetingDialoutReport",
  "currency": "String",
  "destinationContext": "String",
  "totalCallCharge": "Decimal",
  "totalCalls": "Int32",
  "totalCallSeconds": "Int32",
  "usageLocation": "String",
  "userDisplayName": "String",
  "userId": "String",
  "userPrincipalName": "String"
}