Share via

pagination bug https://graph.microsoft.com/v1.0/me/appRoleAssignments

Anonymous
2025-09-10T09:04:54.5133333+00:00

Hi, I'm calling https://graph.microsoft.com/v1.0/me/appRoleAssignments and have more than 100 results but get no @odata.nextLink back.

My investigations led to, when I specify anything over top 3 in query param, there's no @odata.nextLink

Example 1: https://graph.microsoft.com/v1.0/me/appRoleAssignments?$top=3 returns @odata.nextLink

Example 2: https://graph.microsoft.com/v1.0/me/appRoleAssignments?$top=4 does NOT return @odata.nextLink

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Carolyne-3676 1,136 Reputation points
    2025-09-24T08:57:39.6166667+00:00

    With top 4, after reproducing-the endpoints behaves as expected
    User's image

    If you are still facing this error, share screenshot of trying this on Graph Explorer- aka.ms/ge since it might be an issue specific to your tenant.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.