Skip to content

Commit 51a17bf

Browse files
committed
Update get-machines.md
1 parent 1b724dd commit 51a17bf

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

defender-endpoint/api/get-machines.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ms.date: 04/17/2024
3434

3535
## API description
3636

37-
Retrieves a collection of [Machines](machine.md) that have communicated with Microsoft Defender for Endpoint cloud.
37+
Retrieves a collection of [Machines](machine.md) that have communicated with Microsoft Defender for Endpoint.
3838

3939
Supports [OData V4 queries](https://www.odata.org/documentation/).
4040

@@ -47,7 +47,7 @@ See examples at [OData queries with Defender for Endpoint](exposed-apis-odata-sa
4747

4848
- You can get devices last seen according to your configured retention period.
4949
- Maximum page size is 10,000.
50-
- Rate limitations for this API are 100 calls per minute and 1500 calls per hour.
50+
- Rate limitations for this API are 100 calls per minute and 1,500 calls per hour.
5151

5252
## Permissions
5353

@@ -58,13 +58,11 @@ Application|Machine.ReadWrite.All|'Read and write all machine information'
5858
Delegated (work or school account)|Machine.Read|'Read machine information'
5959
Delegated (work or school account)|Machine.ReadWrite|'Read and write machine information'
6060

61-
> [!NOTE]
62-
> When obtaining a token using user credentials:
63-
>
64-
> - The user needs to have at least the following role permission: 'View Data' (For more information, see [Create and manage roles](../user-roles.md))
65-
> - Response will include only devices, that the user have access to, based on device group settings (For more information, see [Create and manage device groups](../machine-groups.md))
66-
>
67-
> Device group creation is supported in Defender for Endpoint Plan 1 and Plan 2.
61+
When obtaining a token using user credentials, the user needs to have at least the following role permission: `View Data` (see [Create and manage roles](../user-roles.md)).
62+
63+
Responses include only devices that the user have access to, based on device group settings (See [Create and manage device groups](../machine-groups.md)).
64+
65+
Device group creation is supported in Defender for Endpoint Plan 1 and Plan 2.
6866

6967
## HTTP request
7068

0 commit comments

Comments
 (0)