Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
This complex type contains all onPremises SIP information related to the user.
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.onPremisesSipInfo",
"isSipEnabled": "Boolean",
"sipDeploymentLocation": "String",
"sipPrimaryAddress": "String"
}