We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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に任意のメンバーが存在するかを確認したい メンバーはGoogle AccountやService Accountが考えられる。 また、Google Groupが入れ子になっている場合、展開したい。
admin.googleapis.com をenableにする
admin.googleapis.com
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が返ってくる。
The text was updated successfully, but these errors were encountered:
Groupにメンバーが存在するかを確認するサンプルを追加 refs #75
7d8dd14
No branches or pull requests
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が返ってくる。
The text was updated successfully, but these errors were encountered: