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

Groups: Add GetTransitiveMembers #289

Merged
merged 1 commit into from
Sep 24, 2024

Commits on Sep 24, 2024

  1. Groups: Add GetTransitiveMembers

    This PR extends the project to include transitive listing of group members as `msgraph.User`.
    The addition of this method should not be confused with `ListTransitiveMembers` as it returns a `*[]string`, which forces the user to first list, and then get each individual member by ID.
    
    More information about the `transitiveMembers` endpoint can be found [here](https://learn.microsoft.com/en-us/graph/api/group-list-transitivemembers?view=graph-rest-1.0&tabs=http)
    Anton Andersson committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    55de241 View commit details
    Browse the repository at this point in the history