| title | onPremisesSipInfo resource type |
|---|---|
| description | onPremisesSipInfo resource type |
| author | CecilyK |
| ms.localizationpriority | medium |
| ms.subservice | entra-users |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
This complex type contains all onPremises SIP information related to the user.
| Property | Type | Description |
|---|---|---|
| isSipEnabled | Boolean | Indicates whether the user is currently enabled for on-premises Skype for Business. |
| sipDeploymentLocation | String | Indicates a fully qualified DNS name of the Microsoft Online Communications Server deployment. |
| sipPrimaryAddress | String | Serves as a unique identifier for each user on the on-premises Skype for Business. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onPremisesSipInfo",
"isSipEnabled": "Boolean",
"sipDeploymentLocation": "String",
"sipPrimaryAddress": "String"
}