OrgSettings-Microsoft365Install.Read.All
Allows the app to read organization-wide Microsoft 365 apps installation settings, without a signed-in user.
In short
OrgSettings-Microsoft365Install.Read.All is available as both an application permission and a delegated permission in the Microsoft Graph API, grouped under the OrgSettings-Microsoft365Install category. Allows the app to read organization-wide Microsoft 365 apps installation settings, without a signed-in user. It grants read-only access to resources. Application permissions always require admin consent.
Permission Details
Read organization-wide Microsoft 365 apps installation settings
Allows the app to read organization-wide Microsoft 365 apps installation settings, without a signed-in user.
6cdf1fb1-b46f-424f-9493-07247caa22e2
Read organization-wide Microsoft 365 apps installation settings
Allows the app to read organization-wide Microsoft 365 apps installation settings on behalf of the signed-in user.
8cbdb9f6-9c2e-451a-814d-ec606e5d0212
Properties
Properties is shown from stable Microsoft Graph v1.0 metadata.
| Property | Type | Description |
|---|---|---|
configurationManagement |
object |
A container for Tenant Configuration Management (TCM) resources. Read-only. |
edge |
object |
A container for Microsoft Edge resources. Read-only. |
exchange |
object |
A container for the Exchange admin functionality. Read-only. |
microsoft365Apps |
object |
A container for the Microsoft 365 apps admin functionality. |
people |
object |
Represents a setting to control people-related admin settings in the tenant. |
reportSettings |
object |
A container for administrative resources to manage reports. |
serviceAnnouncement |
object |
A container for service communications resources. Read-only. |
sharepoint |
object |
|
teams |
object |
A container for Teams administration functionalities, such as Teams telephone number management functionalities, user Teams configurations, and policy assignments. |
JSON Representation
JSON representation is shown from stable Microsoft Graph v1.0 metadata.
{
"@odata.type": "#microsoft.graph.admin"
}
Relationships
Relationships is shown from stable Microsoft Graph v1.0 metadata.
| Relationship | Type | Description |
|---|---|---|
configurationManagement |
configurationManagement |
A container for Tenant Configuration Management (TCM) resources. Read-only. |
edge |
edge |
A container for Microsoft Edge resources. Read-only. |
exchange |
exchangeAdmin |
A container for the Exchange admin functionality. Read-only. |
microsoft365Apps |
adminMicrosoft365Apps |
A container for the Microsoft 365 apps admin functionality. |
people |
peopleAdminSettings |
Represents a setting to control people-related admin settings in the tenant. |
reportSettings |
adminReportSettings |
A container for administrative resources to manage reports. |
serviceAnnouncement |
serviceAnnouncement |
A container for service communications resources. Read-only. |
sharepointSettings |
sharepointSettings |
A container for administrative resources to manage tenant-level settings for SharePoint and OneDrive. |
teams |
teamsAdministration.teamsAdminRoot |
A container for Teams administration functionalities, such as Teams telephone number management functionalities, user Teams configurations, and policy assignments. |
Graph Methods
Microsoft Graph v1.0 endpoints are mapped directly from refreshed Microsoft Learn permissions tables.
| Methods |
|---|
GET
/admin/microsoft365Apps/installationOptions
|
Microsoft Graph beta endpoints are mapped directly from refreshed Microsoft Learn permissions tables.
| Methods |
|---|
GET
/admin/microsoft365Apps/installationOptions
|
Microsoft Graph PowerShell v1.0 commands are not available from refreshed Microsoft Learn PowerShell snippets for this permission.
No deterministic PowerShell command map is available for this permission.
Browse PowerShell docsMicrosoft Graph PowerShell beta commands are not available from refreshed Microsoft Learn PowerShell snippets for this permission.
No deterministic PowerShell command map is available for this permission.
Browse PowerShell docsCode Examples
// Code snippets are only available for the latest version. Current version is 5.x
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
var result = await graphClient.Admin.Microsoft365Apps.InstallationOptions.GetAsync();
const options = {
authProvider,
};
const client = Client.init(options);
let m365AppsInstallationOptions = await client.api('/admin/microsoft365Apps/installationOptions')
.get();
Connect-MgGraph -Scopes "OrgSettings-Microsoft365Install.Read.All"
Invoke-MgGraphRequest -Method GET -Uri "https://graph.microsoft.com/v1.0/admin/microsoft365Apps/installationOptions"
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph import GraphServiceClient
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
result = await graph_client.admin.microsoft365_apps.installation_options.get()
App Registration
Navigate to Azure Portal
Go to App registrations in Microsoft Entra admin center
Add API Permission
Select your app → API permissions → Add a permission → Microsoft Graph
Select Permission Type
Choose Application permissions or delegated permissions and search for OrgSettings-Microsoft365Install.Read.All
Grant Admin Consent
Application permissions always require admin consent.
Frequently asked questions
What is the OrgSettings-Microsoft365Install.Read.All Microsoft Graph permission?
OrgSettings-Microsoft365Install.Read.All is available as both an application permission and a delegated permission in the Microsoft Graph API, grouped under the OrgSettings-Microsoft365Install category. Allows the app to read organization-wide Microsoft 365 apps installation settings, without a signed-in user. It grants read-only access to resources. Application permissions always require admin consent. It is mapped to the Microsoft Graph admin resource type. 2 documented Microsoft Graph REST methods require it.
Is OrgSettings-Microsoft365Install.Read.All an application or a delegated permission?
OrgSettings-Microsoft365Install.Read.All is available as both an application permission (app-only access, no signed-in user) and a delegated permission (access on behalf of a signed-in user).
Does OrgSettings-Microsoft365Install.Read.All require admin consent?
Application permissions always require admin consent.
What is the permission ID (GUID) for OrgSettings-Microsoft365Install.Read.All?
For OrgSettings-Microsoft365Install.Read.All, the application (app role) ID is 6cdf1fb1-b46f-424f-9493-07247caa22e2, and the delegated (OAuth2 scope) ID is 8cbdb9f6-9c2e-451a-814d-ec606e5d0212. These are the real Microsoft Graph identifiers and can be used directly in an app registration manifest.