-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Add support for all inherited members endpoint (ancestor groups) - /groups/:id/members/all/:user_id #507
Comments
this is already supported. set |
ah, this was introduced in So obviously this is currently not supported 😓 |
…including inheritedMemebrs BREAKING CHANGE: Updated the Members.all function to have the inheritedMembers option to be in the optional object. closes: #507
# [13.0.0](12.1.0...13.0.0) (2019-12-09) ### Features * Adding ability to get a singular member of a project or group, including inheritedMemebrs ([#508](#508)) ([807171c](807171c)), closes [#507](#507) ### BREAKING CHANGES * Updated the Members.all function to have the inheritedMembers option to be in the optional object.
🎉 This issue has been resolved in version 13.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
btw I love the fact that Gitlab/gitter is using this library 🥰 |
@jdalrymple @Casz I got this working and all integrated now 🚀 Thanks for the great support and quick update ❤️ |
Add support for the following endpoints as documented in https://docs.gitlab.com/ee/api/members.html#get-a-member-of-a-group-or-project-including-inherited-members
GET /groups/:id/members/all/:user_id
GET /projects/:id/members/all/:user_id
This endpoint is special because it "includ[es] members inherited through ancestor groups."
We are using this in Gitter to support GitLab based communities/rooms, https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1679
Normal endpoints which don't include inherited ancestor group members (these are already supported), https://docs.gitlab.com/ee/api/members.html#get-a-member-of-a-group-or-project
The text was updated successfully, but these errors were encountered: