Hi All,
The idea is to get the list of groups which are associated with the specific user. I am trying to do this with Google Workspace node. But I couldn’t get the stats. And in the Google console API & Service, I have provided the necessary scopes as well. Please help me on this
https://www.googleapis.com/auth/admin.directory.user
https://www.googleapis.com/auth/admin.directory.user.readonly
https://www.googleapis.com/auth/admin.directory.group
https://www.googleapis.com/auth/admin.directory.user
https://www.googleapis.com/auth/admin.directory.domain.readonly
https://www.googleapis.com/auth/admin.directory.userschema.readonly
Reference Link : Method : Users.get
Error,
ERROR: Forbidden - perhaps check your credentials?
403 - {"error":{"code":403,"message":"Not Authorized to access this resource/api","errors":[{"message":"Not Authorized to access this resource/api","domain":"global","reason":"forbidden"}]}} - Not Authorized to access this resource/api