234 questions
0
votes
0
answers
48
views
Users receive duplicate emails when sending to multiple google groups
I have a C# application that sends emails using System.Net.Mail.SmtpClient. I send emails to multiple Google Group distribution lists. Some users belong to more than one group, so they end up ...
2
votes
1
answer
152
views
"Cloud Identity Groups" Advanced Service Missing in Apps Script "Services" List?
This page:
https://developers.google.com/apps-script/advanced/groups
says that there is an Advanced Service for Cloud Identity Groups that can be enabled, but my list of Services has no such option in ...
0
votes
0
answers
37
views
How to retrieve all google groups ending with @googlegroups using API
I want to add members to a google group([email protected]) using the api. The issue is that I only need to use @googlegroups.com as the domain for google group. But seems like google only allow ...
1
vote
1
answer
205
views
Need help adding a Google Group to a Google Chat Space
I'm admittedly a bit of a noob here, but trying to work through writing an API call to add a Google Group to a Google Chat space.
I've auth'd via OAuth 2.0 and have the right scopes. When I make a ...
0
votes
1
answer
264
views
I am trying to extract a list of all members of a Google Groups, including in subGroups, but I can not ignore subgroups i do not have access to
I'm using Apps script to get a list of all members in a Google Groups. I'm using a recursive function to get as deep as necessary in subGroups, however I must deal with the fact that i might not have ...
0
votes
1
answer
91
views
Google notification api for groups
so i am using google users api, so for users whenever there is a change there is https://admin.googleapis.com/admin/directory/v1/users/watch api with which i can register my url and once registered i ...
0
votes
0
answers
105
views
Where do you add the code to automate adding users to Google Groups using AppScript? Google Forms script or (linked) Google Sheet script?
I have a spreadsheet with user information. As the administrator for my organization's workspace, I am trying to add the rows from the first column, which are the email addresses themselves, directly ...
2
votes
0
answers
426
views
Dmarc rule cause a fail of posting to google groups
I have recently added the DMARC rule for my domain and mail server. The policy is set to none so that I can analyze the effect of DMARC and SPF before enforcing the reject rule. It works well and it ...
1
vote
1
answer
2k
views
How to automatically grant access to google drive access requests
I'm distributing a product that is available for download on Google Drive. What happens now is that each person who wants access needs to ask for permission and google drive sends me an access request ...
0
votes
0
answers
264
views
Using a Service Account with delegated credentials to access Google Drive resources shared with a Group
I'm trying to use a service account with delegated credentials to access resources in Google Drive that have been shared with a Google Group the impersonated user is a member of. Despite the user ...
0
votes
0
answers
42
views
What permissions changes do I need in order to generate a token for a Google Group?
I'm trying to make a request to get messages from a Google Group, but the token request that works for getting messages from a User does not work for a Group, indicating that there is some change I ...
1
vote
1
answer
811
views
How to get all groups from google cloud identity using gcloud command
I am using the gcloud beta command to search the groups in GCP.
The problem is I have 1700 groups, and after x number of groups command generates nextpagetoken and I have to enter it manually to rerun ...
1
vote
1
answer
798
views
API to retrieve members of all google groups - Google Workspace
As an admin, I want to have visibility of all the members of all groups present in a Google Workspace account with the help of an API. Is there any API to perform this action? If not, are there any ...
2
votes
1
answer
2k
views
How can I get my Google Groups via API? I am NOT admin
I want to get all my groups but I am not an admin
I know how to fetch groups if I am admin. But if not - I don't understand. Also I can see its via website
My steps:
I do auth with Google and with ...
1
vote
0
answers
99
views
Using Java how to get the list of members from a google group
I am new to google cloud. I am currently working on Bigquery. For a project in bigquery, I am creating Authorized views through java using service account which is created in Bigquery. In this ...