You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get details about Microsoft 365 groups activity by group.
17
+
Get details about Microsoft 365 Groups activity by group.
18
18
19
19
> **Note:** For details about different report views and names, see [Microsoft 365 reports - Microsoft 365 groups](https://support.office.com/client/Office-365-groups-a27f1a99-3557-4f85-9560-a28e3d822a40).
20
20
@@ -27,7 +27,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
**Note**: For delegated permissions to allow apps to read service usage reports on behalf of a user, the tenant administrator must have assigned the user the appropriate Microsoft Entra ID limited administrator role. For more information, see [Authorization for APIs to read Microsoft 365 usage reports](/graph/reportroot-authorization).
30
+
**Note**: For delegated permissions to allow apps to read service usage reports on behalf of a user, the tenant administrator must assign the user the appropriate Microsoft Entra ID limited administrator role. For more information, see [Authorization for APIs to read Microsoft 365 usage reports](/graph/reportroot-authorization).
description: "Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it has been saved, synced, modified, or shared within the specified time period."
3
+
description: "Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it was saved, synced, modified, or shared within the specified time period."
Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it has been saved, synced, modified, or shared within the specified time period.
16
+
Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it was saved, synced, modified, or shared within the specified time period.
17
17
18
18
> **Note:** For details about different report views and names, see [Microsoft 365 reports - SharePoint site usage](https://support.office.com/client/SharePoint-site-usage-4ecfb843-e5d5-464d-8bf6-7ed512a9b213).
19
19
@@ -26,7 +26,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
**Note**: For delegated permissions to allow apps to read service usage reports on behalf of a user, the tenant administrator must have assigned the user the appropriate Microsoft Entra ID limited administrator role. For more details, see [Authorization for APIs to read Microsoft 365 usage reports](/graph/reportroot-authorization).
29
+
**Note**: For delegated permissions to allow apps to read service usage reports on behalf of a user, the tenant administrator must assign the user the appropriate Microsoft Entra ID limited administrator role. For more information, see [Authorization for APIs to read Microsoft 365 usage reports](/graph/reportroot-authorization).
30
30
31
31
## HTTP request
32
32
@@ -58,7 +58,7 @@ This method supports the `$format` [OData query parameter](/graph/query-paramete
58
58
59
59
If successful, this method returns a `302 Found` response that redirects to a preauthenticated download URL for the report. That URL can be found in the `Location` header in the response.
60
60
61
-
Preauthenticated download URLs are only valid for a short period of time (a few minutes) and do not require an `Authorization` header.
61
+
Preauthenticated download URLs are only valid for a short period of time (a few minutes) and don't require an `Authorization` header.
62
62
63
63
The CSV file has the following headers for columns.
64
64
@@ -77,7 +77,7 @@ If successful, this method returns a `200 OK` response code and a JSON object in
77
77
78
78
### CSV
79
79
80
-
The following is an example that outputs CSV.
80
+
The following example shows a request that outputs CSV.
0 commit comments