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

Google Groupに任意のメンバーが存在しているかを確認する #75

Open
sinmetal opened this issue Jan 24, 2024 · 0 comments

Comments

@sinmetal
Copy link
Member

sinmetal commented Jan 24, 2024

Google Groupに任意のメンバーが存在するかを確認したい
メンバーはGoogle AccountやService Accountが考えられる。
また、Google Groupが入れ子になっている場合、展開したい。

手段

Directory API

admin.googleapis.com をenableにする

Cloud Identity Groups API

Cloud Identity Premium or Google Workspaceが必要。
一部の機能はGoogle Workspace Enterprise Standard、Enterprise Plus、Enterprise for Educationが必要っぽい?

https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships/checkTransitiveMembership がずばりやりたいことができるAPIだが、Service Accountから呼ぶとうまく動かないらしい。
Google Workspace内のGoogle Accountからなら、いけるんじゃないかと思ったが、一度も成功させることはできなかった。
なぜか400 Bad Requestが返ってくる。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant