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
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 to display or return item insights in an organization. |
| 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 has 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)"
}