organizationSettings 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.
Caution
The /organization/{organizationId}/settings/itemInsights
endpoint is deprecated and will stop returning data on May 1, 2024. Please use the new peopleAdminSettings resource instead.
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)"
}