Skip to content

Commit fe3fcab

Browse files
authored
Update user-list.md
1 parent bdeccbf commit fe3fcab

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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+
>**Notes:**
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)