msgraph-sdk-powershell
msgraph-sdk-powershell copied to clipboard
Increase the number objects to actual when using $expand on relationships of directory objects
Is your feature request related to a problem? Please describe the problem.
For some integrations such as sailpoint requires below graph query parameters below, which only returns the 20 objects https://graph.microsoft.com/beta/groups?$filter=(startsWith(displayName,%27Group%27))&$expand=members
Current limitations. With Microsoft Entra resources that derive from directoryObject, like user and group, $expand typically returns a maximum of 20 items for the expanded relationship and has no @odata.nextLink. For details, see query parameter limitations.
Describe the solution you'd like.
Allow actual count (e.g. group membership) output when using $expand.
Additional context?
No response