The simple way to get pages of results is to use $top
query parameter
For example, the following URL requests all the users in an organization with a page size of 5, specified with the $top
query parameter:
https://graph.microsoft.com/v1.0/users?$top=5
More details can be found in the following reference
https://learn.microsoft.com/en-us/graph/paging
--please don't forget to upvote
and Accept as answer
if the reply is helpful--