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
**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).
28
+
**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).
29
29
30
30
## HTTP request
31
31
@@ -42,7 +42,7 @@ In the request URL, provide one of the following parameters with a valid value.
| period | string | Specifies the length of time over which the report is aggregated. The supported values for {period_value} are: D7, D30, D90, and D180. These values follow the format D*n* where *n* represents the number of days over which the report is aggregated. |
45
+
| period | string | Specifies the length of time over which the report is aggregated. The supported values for {period_value} are: D7, D30, D90, and D180. The numbers in the supported values represent the number of days over which the report is aggregated. |
46
46
| date | Date | Specifies the date for which you would like to view the users who performed any activity. {date_value} must have a format of YYYY-MM-DD. As this report is only available for the past 30 days, {date_value} should be a date from that range. |
47
47
48
48
> **Note:** You need to set either period or date in the URL.
@@ -67,7 +67,7 @@ Don't supply a request body for this method.
67
67
68
68
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.
69
69
70
-
Preauthenticated download URLs are only valid for a short period of time (a few minutes) and do not require an `Authorization` header.
70
+
Preauthenticated download URLs are only valid for a short period of time (a few minutes) and don't require an `Authorization` header.
71
71
72
72
The CSV file has the following headers for columns.
73
73
@@ -112,13 +112,13 @@ The CSV file has the following headers for columns.
112
112
113
113
If successful, this method returns a `200 OK` response code and a JSON object in the response body.
114
114
115
-
The default page size for this request is 2000 items.
115
+
The default page size for this request is 2,000 items.
116
116
117
117
## Examples
118
118
119
119
### Example 1: CSV output
120
120
121
-
The following is an example that outputs CSV.
121
+
The following example shows a request that outputs CSV.
0 commit comments