Skip to content

Commit f3075a5

Browse files
authored
Merge pull request #25465 from microsoftgraph/JarbasHorst-patch-6
Update user-list.md
2 parents 7b4e1a4 + 8562dc9 commit f3075a5

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

api-reference/beta/api/user-list.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,10 @@ Content-type: application/json
317317

318318
#### Request
319319

320-
The following example shows a request. Details for the **signInActivity** property require a Microsoft Entra ID P1 or P2 license and the *AuditLog.Read.All* permission.
320+
The following example shows a request.
321+
322+
> [!Note]
323+
> Details for the **signInActivity** property require a Microsoft Entra ID P1 or P2 license and the `AuditLog.Read.All` permission.
321324
322325
# [HTTP](#tab/http)
323326
<!-- {
@@ -399,7 +402,10 @@ Content-type: application/json
399402

400403
#### Request
401404

402-
The following example shows a request. Details for the **signInActivity** property require a Microsoft Entra ID P1 or P2 license and the *AuditLog.Read.All* permission.
405+
The following example shows a request.
406+
407+
> [!Note]
408+
> Details for the **signInActivity** property require a Microsoft Entra ID P1 or P2 license and the `AuditLog.Read.All` permission.
403409
404410
<!-- {
405411
"blockType": "ignored",

api-reference/v1.0/api/user-list.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -856,9 +856,11 @@ Content-type: application/json
856856

857857
#### Request
858858

859-
The following example shows a request. Details for the **signInActivity** property require a Microsoft Entra ID P1 or P2 license and the AuditLog.Read.All permission.
859+
The following example shows a request.
860860

861-
>**Note:** When you specify `$select=signInActivity` or `$filter=signInActivity` while listing users, the maximum page size for `$top` is 120. Requests with `$top` set higher than 120 will return pages with up to 120 users. signInActivity supports `$filter` (`eq`, `ne`, `not`, `ge`, `le`) *but* not with any other filterable properties.
861+
> [!Note]
862+
> * Details for the **signInActivity** property require a Microsoft Entra ID P1 or P2 license and the `AuditLog.Read.All` permission.
863+
> * When you specify `$select=signInActivity` or `$filter=signInActivity` when listing users, the maximum page size for `$top` is 120. Requests with `$top` set higher than 120 return pages with up to 120 users. The **signInActivity** property supports `$filter` (`eq`, `ne`, `not`, `ge`, `le`) *but* not with any other filterable properties.
862864
863865
# [HTTP](#tab/http)
864866
<!-- {

0 commit comments

Comments
 (0)