Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.73 KB

callrecords-pstnblockeduserslogrow.md

File metadata and controls

61 lines (49 loc) · 2.73 KB
title description author ms.localizationpriority ms.subservice doc_type
pstnBlockedUsersLogRow resource type
Represents a row of data in the public switched telephone network (PSTN) blocked users log.
saurabhjain0804
medium
cloud-communications
resourcePageType

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 is a JSON representation of the resource.

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