Skip to content
New issue

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

Increase the number objects to actual when using $expand on relationships of directory objects #2936

Open
ravibak opened this issue Sep 3, 2024 · 0 comments

Comments

@ravibak
Copy link

ravibak commented Sep 3, 2024

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

@ravibak ravibak added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request labels Sep 3, 2024
@timayabi2020 timayabi2020 added Status: Needs Investigation and removed status:waiting-for-triage An issue that is yet to be reviewed or assigned type:feature New experience request labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants