Skip to content

Commit 7c76acf

Browse files
committed
Tried to reach Acrolinx minimums
1 parent e38e25b commit 7c76acf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

api-reference/beta/api/reportroot-getteamsuseractivityuserdetail.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "permissions", "name": "reportroot_getteamsuseractivityuserdetail" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/reportroot-getteamsuseractivityuserdetail-permissions.md)]
2727

28-
**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).
2929

3030
## HTTP request
3131

@@ -42,7 +42,7 @@ In the request URL, provide one of the following parameters with a valid value.
4242

4343
| Parameter | Type | Description |
4444
| :-------- | :----- | :--------------------------------------- |
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. 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. |
4646
| 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. |
4747

4848
> **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.
6767

6868
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.
6969

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.
7171

7272
The CSV file has the following headers for columns.
7373

@@ -112,13 +112,13 @@ The CSV file has the following headers for columns.
112112

113113
If successful, this method returns a `200 OK` response code and a JSON object in the response body.
114114

115-
The default page size for this request is 2000 items.
115+
The default page size for this request is 2,000 items.
116116

117117
## Examples
118118

119119
### Example 1: CSV output
120120

121-
The following is an example that outputs CSV.
121+
The following example shows a request that outputs CSV.
122122

123123
#### Request
124124

@@ -147,7 +147,7 @@ Content-Type: text/plain
147147
Location: https://reports.office.com/data/download/JDFKdf2_eJXKS034dbc7e0t__XDe
148148
```
149149

150-
Follow the 302 redirection and the CSV file that downloads will have the following schema.
150+
Follow the 302 redirection and the CSV file that downloads has the following schema.
151151

152152
<!-- {
153153
"blockType": "response",
@@ -164,7 +164,7 @@ Report Refresh Date,Tenant Display Name,Shared Channel Tenant Display Names,User
164164

165165
### Example 2: JSON output
166166

167-
The following is an example that returns JSON.
167+
The following example shows a request that returns JSON.
168168

169169
#### Request
170170

0 commit comments

Comments
 (0)