You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 2.27.0
* [Issue #185](#185)
* Fixed: `Get-GSGroup -Where_IsAMember $member` no longer errors.
* [Issue #186](#186)
* Added: `Test-GSGroupMembership` to map to the [hasMember method](https://developers.google.com/admin-sdk/directory/v1/reference/members/hasMember).
* Miscellaneous
* Improved build process to auto-update NuGet dependencies.
* Added new private function `Resolve-Email` to convert a name-part or the case-sensitive `me` to the full email address accordingly.
Describe the bug
Attempting to get the list of groups where a user is a member fails and returns a 400 Bad Request.
To Reproduce
Expected behavior
Should list the groups that the user is a member of.
Environment:
The text was updated successfully, but these errors were encountered: