Questions tagged [google-groups-api]
145 questions
2
votes
2 answers
How to get a group type using Google Apps APIs?
I'm currently developing a Google Apps Script that modifies the settings of all groups of a domain, but the settings applied depend on the group type (i.e. email list or collaborative inbox, mostly).
However, I've not found a way to determine the…

tlacroix
- 21
- 2
2
votes
2 answers
Getting 'Missing required field: member' when trying to add a member to a google group via API
Trying to use Google admin directory API in order to read members of a google group (organization) - it works fine. When I try to add a member I get:
{ errors:
[ { domain: 'global',
reason: 'required',
message: 'Missing required…

Nir Alfasi
- 53,191
- 11
- 86
- 129
2
votes
1 answer
Google Groups Directory API - Can't add new member
I'm trying to integrate something into our website to add new members to our Google Groups mailing list when they create an account. I'm using the PHP API of the Admin SDK to do so, but have had no luck
Here's the code
include_once…

user3751672
- 25
- 4
2
votes
1 answer
Insert all domain members into Group
I'm currently writing an Add-on to manage Google Groups, and it uses the Admin SDK Directory API to loop through and retrieve all group members and make changes etc.
One curious issue I've found is that when 'All members of the domain' have been…

HDCerberus
- 2,113
- 4
- 20
- 36
2
votes
2 answers
How can I change the delivery settings of a google group member using api and .Net
How can I change the delivery settings of a google group member using the google api?
Within a google group using the User interface I can change the delivery settings of each member:
- no email
- Abridged
- Digest
- All email
I have found the…

manrot
- 65
- 6
2
votes
2 answers
Google groups getUsers() does not return all members
I am rather confused but, as a new Google Apps user, I may do things wrongly.
I created a "mydomain.tld" domain and a "mygroup" google group on this domain.
This group contains email addresses which are not all @gmail.com or @domain.tld. All have…

Olive
- 31
- 3
2
votes
1 answer
Remove "Pending" group member via Google Apps Script
In a Google Apps for Education domain, I can approve a "pending" user in a group by setting their role to "member", also and I can remove a user with the role of "member" with the code below:
member = AdminDirectory.Members.remove(groupKey,…

user3283913
- 21
- 1
2
votes
0 answers
Email field from Google Form to be added into a Google Group
I have a Google form, from which I want to add the Email field into a Google group. Currently, the form responses are recorded in a spreadsheet (on Google drive) and also, an automatic response is sent to their email id acknowledging their…

samvrit
- 21
- 3
2
votes
2 answers
How to export 15000+ Google Group members?
There are around 15000+ members in my Google Group and I'd like to export them to CSV file. Google Groups says there are too many to export Is there any other way to export all the 15000+ members?

Punithavel
- 31
- 5
2
votes
1 answer
Issue with Google Drive API and group sharing
I'm facing an issue with an application I'm developing using Google Drive.
I have a Google group with some users inside, and I share a collection with this group.
When I try to find this collection using Google Drive API (files().list()), as one of…

brian
- 802
- 4
- 18
2
votes
1 answer
Domain wide delegation authentication for google groups settings API?
We have a google corporate account and are already using the Groups Provisioning API to manage groups in our domain. We now need to tweak group settings via the "group settings api". Our java code acts as special admin user in our domain for all…

nebulize
- 93
- 1
- 1
- 4
2
votes
2 answers
Google Groups: Retrieve list of groups for a user
Is there an API to get the list of all Google groups a user is part of (of course, with his/her permission) and vice versa (given a Google group, get all users part of that group).

Neo
- 3,465
- 5
- 26
- 37
2
votes
1 answer
Google Groups Post Permissions
I have used both GAM and the Google Groups API to script the following:
"whoCanPostMessage":"ALL_IN_DOMAIN_CAN_POST"
By default, this also includes ALL_MEMBERS_CAN_POST.
I DO_NOT want members to be able to post.
Is there any way to exclude…

user1886915
- 21
- 1
2
votes
1 answer
Google Groups API
Both a clarification and suggestion question - is https://developers.google.com/apps-script/service_groups the full Google Groups API page? I've read through it, but haven't been able to decipher if the API would allow me to plug into it from…

Zach
- 1,185
- 3
- 24
- 60
1
vote
1 answer
How to message a Google Group all outgoing messages?
Google Groups don't seem to have a setting for notifying (and sending a copy) whenever a message is sent from the group. In other words, only the person that sent the message from the group knows it was sent, and the other group members don't know…

LWC
- 1,084
- 1
- 10
- 28