mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 03:13:44 +00:00
s
This commit is contained in:
@ -306,7 +306,7 @@
|
|||||||
######## [Create custom Power BI reports](windows-defender-atp/run-advanced-query-sample-power-bi-app-token.md)
|
######## [Create custom Power BI reports](windows-defender-atp/run-advanced-query-sample-power-bi-app-token.md)
|
||||||
####### Multiple APIs
|
####### Multiple APIs
|
||||||
######## [PowerShell](windows-defender-atp/exposed-apis-full-sample-powershell.md)
|
######## [PowerShell](windows-defender-atp/exposed-apis-full-sample-powershell.md)
|
||||||
####### [Using OData Queries](exposed-apis-odata-samples.md)
|
####### [Using OData Queries](windows-defender-atp/exposed-apis-odata-samples.md)
|
||||||
|
|
||||||
##### [Use the Windows Defender ATP exposed APIs (deprecated)](windows-defender-atp/exposed-apis-windows-defender-advanced-threat-protection.md)
|
##### [Use the Windows Defender ATP exposed APIs (deprecated)](windows-defender-atp/exposed-apis-windows-defender-advanced-threat-protection.md)
|
||||||
###### [Supported Windows Defender ATP APIs (deprecated)](windows-defender-atp/supported-apis-windows-defender-advanced-threat-protection.md)
|
###### [Supported Windows Defender ATP APIs (deprecated)](windows-defender-atp/supported-apis-windows-defender-advanced-threat-protection.md)
|
||||||
|
@ -306,6 +306,7 @@
|
|||||||
####### [Create custom Power BI reports](run-advanced-query-sample-power-bi-app-token.md)
|
####### [Create custom Power BI reports](run-advanced-query-sample-power-bi-app-token.md)
|
||||||
###### Multiple APIs
|
###### Multiple APIs
|
||||||
####### [PowerShell](exposed-apis-full-sample-powershell.md)
|
####### [PowerShell](exposed-apis-full-sample-powershell.md)
|
||||||
|
###### [Using OData Queries](exposed-apis-odata-samples.md)
|
||||||
|
|
||||||
#### [Use the Windows Defender ATP exposed APIs (deprecated)](exposed-apis-windows-defender-advanced-threat-protection.md)
|
#### [Use the Windows Defender ATP exposed APIs (deprecated)](exposed-apis-windows-defender-advanced-threat-protection.md)
|
||||||
##### [Supported Windows Defender ATP APIs (deprecated)](supported-apis-windows-defender-advanced-threat-protection.md)
|
##### [Supported Windows Defender ATP APIs (deprecated)](supported-apis-windows-defender-advanced-threat-protection.md)
|
||||||
|
@ -36,7 +36,7 @@ ms.date: 30/07/2018
|
|||||||
|
|
||||||
> The current version is **V1.0**.
|
> The current version is **V1.0**.
|
||||||
|
|
||||||
> To use a specific version use this format: https://api.securitycenter.windows.com/api/{Version}. For example: https://api.securitycenter.windows.com/api/v1.0/alerts
|
> To use a specific version, use this format: https://api.securitycenter.windows.com/api/{Version}. For example: https://api.securitycenter.windows.com/api/v1.0/alerts
|
||||||
|
|
||||||
> If you don't specify any version ( without /v1.0/ ) you will get to the latest version.
|
> If you don't specify any version ( without /v1.0/ ) you will get to the latest version.
|
||||||
|
|
||||||
|
@ -41,6 +41,9 @@ Delegated (work or school account) | Machine.ReadWrite | 'Read and write machine
|
|||||||
GET /api/users/{id}/machines
|
GET /api/users/{id}/machines
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note that the id is not the Full UPN, its only the user name. For example, for user1@contoso.com you will need to send /api/users/user1/machines**
|
||||||
|
|
||||||
|
|
||||||
## Request headers
|
## Request headers
|
||||||
|
|
||||||
Name | Type | Description
|
Name | Type | Description
|
||||||
@ -64,7 +67,7 @@ Here is an example of the request.
|
|||||||
[!include[Improve request performance](improverequestperformance-new.md)]
|
[!include[Improve request performance](improverequestperformance-new.md)]
|
||||||
|
|
||||||
```
|
```
|
||||||
GET https://api.securitycenter.windows.com/api/users/user1@contoso.com/machines
|
GET https://api.securitycenter.windows.com/api/users/user1/machines
|
||||||
```
|
```
|
||||||
|
|
||||||
**Response**
|
**Response**
|
||||||
|
Reference in New Issue
Block a user