Skip to content

Commit 2dd2162

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api-reference/v1.0/api/reportroot-getoffice365activationsusercounts.md

Lines changed: 5 additions & 5 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"
@@ -12,7 +12,7 @@ ms.date: 04/04/2024
1212

1313
Namespace: microsoft.graph
1414

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

1717
> **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).
1818
@@ -25,7 +25,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2525
<!-- { "blockType": "permissions", "name": "reportroot_getoffice365activationsusercounts" } -->
2626
[!INCLUDE [permissions-table](../includes/permissions/reportroot-getoffice365activationsusercounts-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 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 limited administrator role. For more information, see [Authorization for APIs to read Microsoft 365 usage reports](/graph/reportroot-authorization).
2929

3030
## HTTP request
3131

@@ -47,7 +47,7 @@ GET /reports/getOffice365ActivationsUserCounts
4747

4848
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.
4949

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

5252
The CSV file has the following headers for columns.
5353

@@ -122,7 +122,7 @@ Content-Type: text/plain
122122
Location: https://reports.office.com/data/download/JDFKdf2_eJXKS034dbc7e0t__XDe
123123
```
124124

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

127127
<!-- {
128128
"blockType": "response",

0 commit comments

Comments
 (0)