organizationSettings resource type
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.
Contains settings that are applicable to the organization or that should be applied to user objects within an organization.
Methods
Method | Return Type | Description |
---|---|---|
Get organization settings | organizationSettings | Read the organization settings object. |
Create profileCardProperty | profileCardProperty | Create a new profileCardProperty by posting to the profileCardProperty object collection. |
List itemInsights | insightsSettings | Get the properties of an insightsSettings object for displaying or returning item insights 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 profileCardProperties | profileCardProperty collection | Get a profileCardProperty object collection. |
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
id | String | Id of the settings object for the organization. |
profileCardProperties | profileCardProperty collection | Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. Get organization settings returns the properties configured for profile cards for the organization. |
itemInsights | insightsSettings | 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. |
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. |
JSON representation
The following is a JSON representation of the resource.
{
"id": "String (identifier)",
"profileCardProperties": [{"@odata.type": "microsoft.graph.profileCardProperty"}]
}
Feedback
Submit and view feedback for