Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 4.55 KB

File metadata and controls

64 lines (48 loc) · 4.55 KB
title organizationSettings resource type
description Contains settings that are applicable to the organization or the user objects within it.
ms.localizationpriority medium
author kevinbellinger
ms.subservice people
doc_type resourcePageType
ms.date 07/22/2024

organizationSettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE organizationiteminsights-deprecate]

Contains settings that are applicable to the organization or that should be applied to user objects within an organization.

Inherits from entity.

Methods

Method Return Type Description
List contactInsights insightsSettings Get the properties of an insightsSettings object for displaying or returning insights for the contacts of users in an organization.
List microsoftApplicationDataAccessSettings microsoftApplicationDataAccessSettings Get the properties of a microsoftApplicationDataAccessSettings object that specify access from Microsoft applications to Microsoft 365 user data in an organization.
List peopleInsights insightsSettings Get the properties of an insightsSettings object for displaying or returning people insights in an organization.
List itemInsights (deprecated) insightsSettings Get the properties of an insightsSettings object for displaying or returning item insights in an organization.

Properties

Property Type Description
id String The unique identifier for an organizationSettings object. Inherited from entity.

Relationships

Relationship Type Description
id String Id of the settings object for the organization.
contactInsights insightsSettings Contains the properties that are configured by an administrator as a tenant-level privacy control whether to identify duplicate contacts among a user's contacts list and suggest the user to merge those contacts to have a cleaner contacts list. List contactInsights returns the settings to display or return contact insights in an organization.
microsoftApplicationDataAccessSettings microsoftApplicationDataAccessSettings Contains the properties that are configured by an administrator to specify access from Microsoft applications to Microsoft 365 data belonging to users in an organization. List microsoftApplicationDataAccessSettings returns the settings that specify the access.
peopleInsights insightsSettings Contains the properties that are configured by an administrator for the visibility of a list of people relevant and working with a user in Microsoft 365. List peopleInsights returns the settings to display or return people insights in an organization.
itemInsights insightsSettings (deprecated) Contains the properties that are configured by an administrator for the visibility of Microsoft Graph-derived insights, between a user and other items in Microsoft 365, such as documents or sites. List itemInsights returns the settings to display or return item insights in an organization.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)"
}