Skip to content

Commit fe878cc

Browse files
authored
Update descriptions and notes in API documentation
1 parent d3a27e1 commit fe878cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "reportRoot: getOffice365ActivationsUserCounts"
3-
description: "Get the count of users that are enabled and those that have activated the Office subscription on desktop or devices or shared computers."
3+
description: "Get the count of users that are enabled and the ones that activated the Office subscription on desktop or devices or shared computers."
44
ms.localizationpriority: medium
55
ms.subservice: "reports"
66
author: "sarahwxy"
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Get the count of users that are enabled and those that have activated the Office subscription on desktop or devices or shared computers.
17+
Get the count of users that are enabled and the ones that activated the Office subscription on desktop or devices or shared computers.
1818

1919
> **Note:** For details about different report views and names, see [Microsoft 365 reports - Microsoft Office activations](https://support.office.com/office/activate-office-5bd38f38-db92-448b-a982-ad170b1e187e).
2020
@@ -27,7 +27,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2727
<!-- { "blockType": "permissions", "name": "reportroot_getoffice365activationsusercounts" } -->
2828
[!INCLUDE [permissions-table](../includes/permissions/reportroot-getoffice365activationsusercounts-permissions.md)]
2929

30-
**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).
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).
3131

3232
## HTTP request
3333

@@ -53,7 +53,7 @@ This method supports the `$format` [OData query parameter](/graph/query-paramete
5353

5454
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.
5555

56-
Preauthenticated download URLs are only valid for a short period of time (a few minutes) and do not require an `Authorization` header.
56+
Preauthenticated download URLs are only valid for a short period of time (a few minutes) and don't require an `Authorization` header.
5757

5858
The CSV file has the following headers for columns.
5959

@@ -71,7 +71,7 @@ If successful, this method returns a `200 OK` response code and a JSON object in
7171

7272
### CSV
7373

74-
The following is an example that outputs CSV.
74+
The following example outputs CSV.
7575

7676
#### Request
7777

@@ -100,7 +100,7 @@ Content-Type: text/plain
100100
Location: https://reports.office.com/data/download/JDFKdf2_eJXKS034dbc7e0t__XDe
101101
```
102102

103-
Follow the 302 redirection and the CSV file that downloads will have the following schema.
103+
Follow the 302 redirection and the CSV file that downloads contains the following schema.
104104

105105
<!-- {
106106
"blockType": "response",

0 commit comments

Comments
 (0)