userInsightsSettings resource type
Namespace: microsoft.graph
Represents user privacy settings for itemInsights and meeting hours insights. Use this resource to enable or disable the calculation and visibility of item insights and meeting hours insights for a user.
- Item insights: Calculates the relationships 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 enable or disable the calculation and visibility of item insights, meeting hours insights, and people insights at the organizational level.
Methods
Method | Return Type | Description |
---|---|---|
Get | userInsightsSettings | Get the user-customizable privacy settings for itemInsights and meeting hours insights. |
Update | userInsightsSettings | Update the privacy settings for itemInsights and meeting hours insights of a user. |
Properties
Property | Type | Description |
---|---|---|
isEnabled | Boolean | True if the user's itemInsights and meeting hours insights are enabled; false if the user's itemInsights and meeting hours insights are disabled. The default value is true . Optional. |
JSON representation
The following JSON representation shows the resource type.
{
"isEnabled": "Boolean"
}