Google SSO: List groups an authenticated user is a member of

90 Views Asked by At

I want to list the groups the current google workspace user is a member of. The reason for this is that I want to manage grafana permissions based on this.

This is easily done with github sso where the equivalent api call is https://api.github.com/user/teams. Is there an equivalent api call for google SSO?

Google Groups: Retrieve list of groups for a user is very similar to this - unfortunately it requires multiple api calls and higher permissions.

0

There are 0 best solutions below