Skip to content

Latest commit

 

History

History
62 lines (50 loc) · 2.75 KB

File metadata and controls

62 lines (50 loc) · 2.75 KB
title pstnBlockedUsersLogRow resource type
description Represents a row of data in the public switched telephone network (PSTN) blocked users log.
author saurabhjain0804
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

pstnBlockedUsersLogRow resource type

Namespace: microsoft.graph.callRecords

[!INCLUDE beta-disclaimer]

Represents a row of data in the public switched telephone network (PSTN) blocked users log. Each row maps to a user blocked/unblocked from making PSTN calls.

Methods

Method Return Type Description
Get PSTN blocked users log microsoft.graph.callRecords.pstnBlockedUsersLogRow collection Get log of users who are blocked/unblocked from making PSTN calls in Teams as a collection of pstnBlockedUsersLogRow entries.

Properties

Property Type Description
blockDateTime DateTimeOffset The date and time when the user was blocked/unblocked from making PSTN calls. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
blockReason String The reason why the user is blocked/unblocked from making calls.
remediationId String Unique identifier (GUID) for the blocking/unblocking action.
userBlockMode microsoft.graph.callRecords.pstnUserBlockMode Indicates whether the user is blocked or unblocked from making PSTN calls in Microsoft Teams. The possible values are: blocked, unblocked, unknownFutureValue.
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.
userTelephoneNumber String User's blocked number. For details, see E.164.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.callRecords.pstnBlockedUsersLogRow",
  "blockDateTime": "String (timestamp)",
  "blockReason": "String",
  "remediationId": "String",
  "userBlockMode": "String",
  "userDisplayName": "String",
  "userId": "String",
  "userPrincipalName": "String",
  "userTelephoneNumber": "String"
}