Skip to content

Commit 19fe4ad

Browse files
authored
Merge branch 'main' into cloud-support/20250106T1105230550Z
2 parents 38e3056 + 8644285 commit 19fe4ad

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

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

Lines changed: 7 additions & 7 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,9 +14,9 @@ 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

19-
> **Note:** For details about different report views and names, see [Microsoft 365 reports - Microsoft Office activations](https://support.office.com/client/Office-activations-87c24ae2-82e0-4d1e-be01-c3bcc3f18c60).
19+
> **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
2121
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
2222

@@ -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",

api-reference/v1.0/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"
@@ -12,9 +12,9 @@ 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

17-
> **Note:** For details about different report views and names, see [Microsoft 365 reports - Microsoft Office activations](https://support.office.com/client/Office-activations-87c24ae2-82e0-4d1e-be01-c3bcc3f18c60).
17+
> **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
1919
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

@@ -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)