Describe the bug
Different results returned for the same query from Graph Explorer and direct HTTP query.
To Reproduce
Steps to reproduce the behavior:
- Go to Graph Explorer
- Query this: https://graph.microsoft.com/v1.0/users?$expand=transitiveMemberOf($select=id,displayName)&$select=id
- The result contains all users; the ones without transitive membership has "transitiveMemberOf": [ ], and has a "@odata.nextLink" field for paging.
- Query the same with an access token for a registered app (using curl or similar)
- The result now only contains users with non-empty "transitiveMemberOf", and no "@odata.nextLink" for paging.
Expected behavior
The result in both cases are the same.
Screenshots
None, security reason.
Desktop (please complete the following information):
Not related to the problem.
Additional context
Add any other context about the problem here.
Describe the bug
Different results returned for the same query from Graph Explorer and direct HTTP query.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The result in both cases are the same.
Screenshots
None, security reason.
Desktop (please complete the following information):
Not related to the problem.
Additional context
Add any other context about the problem here.