mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-18 08:17:23 +00:00
Applied types to code blocks
Valid types are listed here: https://docsmetadatatool.azurewebsites.net/allowlists/#
This commit is contained in:
parent
e6630a2e29
commit
09825bd4d2
@ -46,7 +46,7 @@ Delegated (work or school account) | User.Read.All | 'Read user profiles'
|
|||||||
>- Response will include users only if the device is visible to the user, based on device group settings (See [Create and manage device groups](machine-groups.md) for more information)
|
>- Response will include users only if the device is visible to the user, based on device group settings (See [Create and manage device groups](machine-groups.md) for more information)
|
||||||
|
|
||||||
## HTTP request
|
## HTTP request
|
||||||
```
|
```http
|
||||||
GET /api/machines/{id}/logonusers
|
GET /api/machines/{id}/logonusers
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ Here is an example of the request.
|
|||||||
|
|
||||||
[!include[Improve request performance](../../includes/improve-request-performance.md)]
|
[!include[Improve request performance](../../includes/improve-request-performance.md)]
|
||||||
|
|
||||||
```
|
```http
|
||||||
GET https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/logonusers
|
GET https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932e418702b84d0cc07/logonusers
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ GET https://api.securitycenter.windows.com/api/machines/1e5bc9d7e413ddd7902c2932
|
|||||||
Here is an example of the response.
|
Here is an example of the response.
|
||||||
|
|
||||||
|
|
||||||
```
|
```http
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Content-type: application/json
|
Content-type: application/json
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user