Forum Discussion
Pavel2235
Jul 27, 2023Brass Contributor
The top parameter does not work together with the expand parameter in the get graph query.
Hi! I noticed that the top parameter does not work for me together with the expand parameter in the get graph query. https://graph.microsoft.com/v1.0/users?$select=displayName,accountEnabled&$expa...
- Jul 27, 2023That's a known issue/expected behavior: https://developer.microsoft.com/en-us/graph/known-issues/?search=13635
$expand on directory objects:
Returns a maximum of 100 objects.
VasilMichev
Jul 27, 2023MVP
That's a known issue/expected behavior: https://developer.microsoft.com/en-us/graph/known-issues/?search=13635
$expand on directory objects:
Returns a maximum of 100 objects.
$expand on directory objects:
Returns a maximum of 100 objects.