Table of Contents

GroupSettings.Read.All

Allows the app to read a list of tenant-level or group-specific group settings objects, on behalf of the signed-in user.

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 GroupSettings.Read.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

Category Application Delegated
Identifier f3c4f514-c65a-43f5-bfce-1735872258dd 2eb2bc92-94ef-4c6b-b4ab-2a09bc975e0e
DisplayText Read all group settings Read all group settings that user can access
Description Allows the app to read a list of tenant-level or group-specific group settings objects, without a signed-in user. Allows the app to read a list of tenant-level or group-specific group settings objects, on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: directorySetting

Property Type Description
displayName string Display name of this group of settings, which comes from the associated template. Read-only.
id string Unique identifier for these settings. Read-only.
templateId string Unique identifier for the template used to create this group of settings. Read-only.
values settingValue collection Collection of name-value pairs corresponding to the name and defaultValue properties in the referenced directorySettingTemplates object.