Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the PeopleSettings.ReadWrite.All permission.
If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: enhancedPersonalizationSetting
| Property |
Type |
Description |
| disabledForGroup |
String |
The ID of a Microsoft Entra group to which the value is used to disable the control for populated users. The default value is null. This parameter is optional. |
| isEnabledInOrganization |
Boolean |
If true, enables the enhanced personalization control and therefore related features as defined in control enhanced personalization privacy |
Graph reference: insightsSettings
| Property |
Type |
Description |
| disabledForGroup |
String |
The ID of a Microsoft Entra group, of which the specified type of insights are disabled for its members. The default value is null. Optional. |
| isEnabledInOrganization |
Boolean |
true if insights of the specified type are enabled for the organization; false if insights of the specified type are disabled for all users without exceptions. The default value is true. Optional. |
Graph reference: namePronunciationSettings
| Property |
Type |
Description |
| id |
String |
The unique identifier of the namePronunciationSettings object. Inherited from entity. |
| isEnabledInOrganization |
Boolean |
true to enable name pronunciation in the organization; otherwise, false. The default value is false. |
Graph reference: peopleAdminSettings
| Property |
Type |
Description |
| id |
String |
The unique identifier for a **p |
Graph reference: photoUpdateSettings
| Property |
Type |
Description |
| id |
String |
The unique identifier for a peopleAdminSettings object. Inherited from entity. |
| source |
String |
Specifies the types of photo updates permitted. The possible values are: cloud, onPremises, unknownFutureValue. |
| allowedRoles |
String collection |
Contains a list of roles to perform edit operations in the cloud. Optional. |
Graph reference: profileCardAnnotation
| Property |
Type |
Description |
| displayName |
String |
If present, the value of this field is used by the profile card as the default property label in the experience (for example, "Cost Center"). |
| localizations |
displayNameLocalization collection |
Each resource in this collection represents the localized value of the attribute name for a given language, used as the default label for that locale. For example, a user with a nb-NO client gets "Kostnadssenter" as the attribute label, rather than "Cost Center." |
Graph reference: profileCardProperty
| Property |
Type |
Description |
| annotations |
profileCardAnnotation collection |
Allows an administrator to set a custom display label for the directory property and localize it for the users in their tenant. |
| directoryPropertyName |
String |
Identifies a **p |
Graph reference: profilePropertySetting
| Property |
Type |
Description |
| displayName |
String |
Name of the property-level setting. |
| id |
String |
System generated GUID. Inherited from entity. |
| name |
String |
Other name of the property-level setting. For backward compatibility. |
| prioritizedSourceUrls |
String collection |
A collection of prioritized profile source URLs ordered by data precedence within an organization. |
Graph reference: profileSource
| Property |
Type |
Description |
| displayName |
String |
Name of the profile source intended to inform users about the profile source name. |
| id |
String |
System-generated GUID. Inherited from entity. |
| kind |
String |
Type of the profile source. |
| localizations |
profileSourceLocalization collection |
Alternative localized labels specified by an administrator. |
| sourceId |
String |
Profile source identifier used as an alternate key. |
| webUrl |
String |
Web URL of the profile source that directs users to the page view of the profile data. |
Graph reference: profileSourceLocalization
| Property |
Type |
Description |
| displayName |
String |
Localized display name. |
| languageTag |
String |
Language locale. |
| webUrl |
String |
Localized profile source URL. |
Graph reference: pronounsSettings
| Property |
Type |
Description |
| isEnabledInOrganization |
Boolean |
true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled. |