Skip to content

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

@ravibak

Description

@ravibak

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions