{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userInsightsSettings", "title": "microsoft.graph.userInsightsSettings", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "userInsightsSettings", "required": [ "@odata.type" ], "type": "object", "properties": { "isEnabled": { "type": "boolean", "description": "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." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.userInsightsSettings" }