Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Represents a setting to control people-related admin settings in the tenant.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get | peopleAdminSettings | Retrieve the properties and relationships of a peopleAdminSettings object. |
List item insights | insightsSettings | Get the properties of an insightsSettings object. |
List pronoun settings | pronounsSettings collection | Get the properties of the pronounsSettings resource for an organization. |
List profile card properties | profileCardProperty collection | Get a collection of profileCardProperty resources for an organization. |
Create profile card property | profileCardProperty | Create a new profileCardProperty for an organization. |
List photo update settings | photoUpdateSettings collection | Get the properties of the photoUpdateSettings resource for an organization. |
Create photo update setting | photoUpdateSettings | Create a new photoUpdateSettings for an organization. |
Delete photo update setting | None | Delete a photoUpdateSettings object. |
List profile sources | profileSource collection | Get a list of the profileSource objects and their properties, which represent both external data sources and out-of-the-box Microsoft data sources configured for user profiles in an organization. |
Create profile source | profileSource | Create a new profileSource object. |
List profile property settings | profilePropertySetting collection | Get a collection of profilePropertySetting objects that define the configuration for user profile properties in an organization. |
Create profile property setting | profilePropertySetting | Create a new profilePropertySetting object. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the peopleAdminSettings object. Inherited from entity. |
Relationships
Relationship | Type | Description |
---|---|---|
itemInsights | insightsSettings | Administrator settings that manage the support for item insights in an organization. |
namePronunciation | namePronunciationSettings | Administrator settings that manage the support of name pronunciation in an organization. |
photoUpdateSettings | photoUpdateSettings | Administrator settings that manage the support for item photo updates in an organization. |
profileCardProperties | profileCardProperty collection | A collection of the properties an administrator defined as visible on the Microsoft 365 profile card. |
profileSources | profileSource collection | A collection of profile source settings configured by an administrator in an organization. |
profilePropertySettings | profilePropertySetting collection | A collection of profile property configuration settings defined by an administrator for an organization. |
pronouns | pronounsSettings | Administrator settings that manage the support of pronouns in an organization. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.peopleAdminSettings",
"id": "String (identifier)"
}