Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.27 KB

File metadata and controls

40 lines (32 loc) · 1.27 KB
title cloudRealtimeCommunicationInfo resource type
description Microsoft real-time communication information related to the user.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-directory-management
author rungari
ms.date 04/03/2024

cloudRealtimeCommunicationInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a group of properties that relate to Microsoft real-time communication information for a user.

Properties

Property Type Description
isSipEnabled Boolean Indicates whether the user has a SIP-enabled client registered for them. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudRealtimeCommunicationInfo",
  "isSipEnabled": "Boolean"
}