| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a group of properties that relate to Microsoft real-time communication information for a user.
| Property | Type | Description |
|---|---|---|
| isSipEnabled | Boolean | Indicates whether the user has a SIP-enabled client registered for them. Read-only. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudRealtimeCommunicationInfo",
"isSipEnabled": "Boolean"
}