Microsoft graph api "https://graph.microsoft.com/v1.0/groups doesn't support pagination. So, to retrieve all the results, Microsoft Graph returns an @odata.nextLink
property in the response that contains a URL to the next page of results. Following url will help to resolve the issue
Paging Microsoft Graph data in your app
--please don't forget to upvote
and Accept as answer
if the reply is helpful--