peopleAdminSettings 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.

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.

Properties

Property Type Description
id String The unique identifier for a peopleAdminSettings object. Inherited from entity.

Relationships

Relationship Type Description
itemInsights insightsSettings Represents administrator settings that manage the support for item insights in an organization.
profileCardProperties profileCardProperty collection Contains a collection of the properties an administrator defined as visible on the Microsoft 365 profile card.
photoUpdateSettings photoUpdateSettings Represents administrator settings that manage the support for item photo updates in an organization.
pronouns pronounsSettings Represents 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)"
}