Edit

Share via


peopleAdminSettings resource type

Namespace: microsoft.graph

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 to display or return item insights in an organization.
List pronouns 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 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.

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