userInsightsSettings resource type
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.
Represents user privacy settings for itemInsights and meeting hours insights . Use this resource to disable/enable calculation and visibility of item insights and meeting hours insights of a user.
- Item insights: Calculates relationship between users and items such as documents or sites in Microsoft 365.
- Meeting hours insights: Calculates a person's calendar meeting hours based on activities in Word, Excel, PowerPoint, email, and Outlook calendar in Microsoft 365.
Use the insightsSettings resource to disable/enable calculation and visibility of item insights, meeting hours insights, or people insights at an organization level.
Methods
Method | Return Type | Description |
---|---|---|
Get | userInsightsSettings | Read the properties of a userinsightssettings object. |
Update | userInsightsSettings | Update the properties of a userinsightssettings object. |
Properties
Property | Type | Description |
---|---|---|
isEnabled | Boolean | true if user's itemInsights and meeting hours insights are enabled; false if user's itemInsights and meeting hours insights are disabled. Default is true . Optional. |
JSON representation
The following is a JSON representation of the resource.
{
"isEnabled": "Boolean"
}
Feedback
Submit and view feedback for