ESC
Type to search...

ServiceActivity-Microsoft365Web.Read.All

Export JSON
Export CSV
Copy URL
Print
ApplicationDelegated Read All Resources

Allows the app to read all Microsoft 365 Web service activity, without a signed-in user.

In short

ServiceActivity-Microsoft365Web.Read.All is available as both an application permission and a delegated permission in the Microsoft Graph API, grouped under the ServiceActivity-Microsoft365Web category. Allows the app to read all Microsoft 365 Web service activity, without a signed-in user. It grants read-only access to resources. Application permissions always require admin consent.

Permission data: September 15, 2026 at 3:10 AM UTC
Delegated Access App-Only Access

Permission Details

Application Permission

Read all Microsoft 365 Web service activity

Allows the app to read all Microsoft 365 Web service activity, without a signed-in user.

Delegated Permission Admin consent required

Read all Microsoft 365 Web service activity

Allows the app to read all Microsoft 365 Web service activity, on behalf of the signed-in user.

Properties

Microsoft Graph v1.0 endpoint-derived

Properties is shown from stable Microsoft Graph v1.0 metadata.

Property Type Description
content base64urlNullable The http content that has the data

JSON Representation

Microsoft Graph v1.0 endpoint-derived

JSON representation is shown from stable Microsoft Graph v1.0 metadata.

JSON representation
{
  "content": "String"
}

Relationships

Relationships metadata is not available for this permission mapping.

View resource documentation

Graph Methods

Delegated access App-only access
Exact Microsoft Learn match

Microsoft Graph v1.0 endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

No API methods available for this version.

Exact Microsoft Learn match

Microsoft Graph beta endpoints are mapped directly from refreshed Microsoft Learn permissions tables.

Methods
GET /reports/serviceActivity/getActiveUserMetricsForExcelWeb
GET /reports/serviceActivity/getActiveUserMetricsForOneNoteWeb
GET /reports/serviceActivity/getActiveUserMetricsForPowerPointWeb
GET /reports/serviceActivity/getActiveUserMetricsForVisioWeb
GET /reports/serviceActivity/getActiveUserMetricsForWordWeb
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell v1.0 commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

No deterministic PowerShell command map is available for this permission.

Browse PowerShell docs
Exact Microsoft Learn PowerShell match

Microsoft Graph PowerShell beta commands are mapped directly from refreshed Microsoft Learn PowerShell snippets.

Commands
Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb /reports/serviceActivity/getActiveUserMetricsForExcelWeb
serviceActivity: getActiveUserMetricsForExcelWeb
Get-MgBetaReportServiceActivityActiveUserMetricForOneNoteWeb /reports/serviceActivity/getActiveUserMetricsForOneNoteWeb
serviceActivity: getActiveUserMetricsForOneNoteWeb
Get-MgBetaReportServiceActivityActiveUserMetricForPowerPointWeb /reports/serviceActivity/getActiveUserMetricsForPowerPointWeb
serviceActivity: getActiveUserMetricsForPowerPointWeb
Get-MgBetaReportServiceActivityActiveUserMetricForVisioWeb /reports/serviceActivity/getActiveUserMetricsForVisioWeb
serviceActivity: getActiveUserMetricsForVisioWeb
Get-MgBetaReportServiceActivityActiveUserMetricForWordWeb /reports/serviceActivity/getActiveUserMetricsForWordWeb
serviceActivity: getActiveUserMetricsForWordWeb

Code Examples

C# / .NET SDK
serviceActivity: getActiveUserMetricsForExcelWeb
// 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.Reports.ServiceActivity.GetActiveUserMetricsForExcelWebWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTime(DateTimeOffset.Parse("{exclusiveIntervalEndDateTime}"),DateTimeOffset.Parse("{inclusiveIntervalStartDateTime}")).GetAsGetActiveUserMetricsForExcelWebWithInclusiveIntervalStartDateTimeWithExclusiveIntervalEndDateTimeGetResponseAsync();
JavaScript
serviceActivity: getActiveUserMetricsForExcelWeb
const options = {
	authProvider,
};

const client = Client.init(options);

let getActiveUserMetricsForExcelWeb = await client.api('/reports/serviceActivity/getActiveUserMetricsForExcelWeb(inclusiveIntervalStartDateTime=2024-10-02T10:30:00Z,exclusiveIntervalEndDateTime=2024-10-02T10:59:59Z,aggregationIntervalInMinutes=10)')
	.version('beta')
	.get();
PowerShell
serviceActivity: getActiveUserMetricsForExcelWeb
Import-Module Microsoft.Graph.Beta.Reports

Get-MgBetaReportServiceActivityActiveUserMetricForExcelWeb
Python
serviceActivity: getActiveUserMetricsForExcelWeb
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph_beta 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.reports.service_activity.get_active_user_metrics_for_excel_web_with_inclusive_interval_start_date_time_with_exclusive_interval_end_date_time("{exclusiveIntervalEndDateTime}","{inclusiveIntervalStartDateTime}").get()

App Registration

1

Navigate to Azure Portal

Go to App registrations in Microsoft Entra admin center

2

Add API Permission

Select your app → API permissions → Add a permission → Microsoft Graph

3

Select Permission Type

Choose Application permissions or delegated permissions and search for ServiceActivity-Microsoft365Web.Read.All

4

Grant Admin Consent

Application permissions always require admin consent.

Frequently asked questions

What is the ServiceActivity-Microsoft365Web.Read.All Microsoft Graph permission?

ServiceActivity-Microsoft365Web.Read.All is available as both an application permission and a delegated permission in the Microsoft Graph API, grouped under the ServiceActivity-Microsoft365Web category. Allows the app to read all Microsoft 365 Web service activity, 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 report resource type. 5 documented Microsoft Graph REST methods require it. 5 Microsoft Graph PowerShell commands are documented for it.

Is ServiceActivity-Microsoft365Web.Read.All an application or a delegated permission?

ServiceActivity-Microsoft365Web.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 ServiceActivity-Microsoft365Web.Read.All require admin consent?

Application permissions always require admin consent.

What is the permission ID (GUID) for ServiceActivity-Microsoft365Web.Read.All?

For ServiceActivity-Microsoft365Web.Read.All, the application (app role) ID is c766cb16-acc4-4663-ba09-6eedef5876c5, and the delegated (OAuth2 scope) ID is d74c75b1-d5a9-479d-902d-92f8f99182c1. These are the real Microsoft Graph identifiers and can be used directly in an app registration manifest.