We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Allow actual count (e.g. group membership) output when using $expand.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: