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 peopleAdminSettings Retrieve the properties and relationships of a peopleAdminSettings object.
List itemInsights insightsSettings Get the properties of an insightsSettings object.
List pronounsSettings pronounsSettings collection Get the properties of the pronounsSettings resource for an organization.
List profileCardProperties profileCardProperty collection Get a collection of profileCardProperty resources for an organization.
Create profileCardProperty profileCardProperty Create a new profileCardProperty for an organization.

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.
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)"
}