Questions tagged [google-groups]

Google Groups is a service from Google Inc. that provides discussion groups for people sharing common interests. The Groups service also provides a gateway to Usenet newsgroups via a shared user interface.

231 questions
3
votes
1 answer

Google Groups API - getUsers() You do not have permission to view the member list for the group:

Cheers Everyone! I have a Google script which checks if e-mail addresses are members of a group or not by using getUsers() function. So far: I have activated "Admin SDK Directory Service" I have admin authority For most of the groups it does it's…
Zoru
  • 47
  • 7
3
votes
2 answers

Google Directory API - batch add members to a group

I am using the Google Admin SDK to create, update and delete mailing lists (aka groups). Everything works fine so far and I can create a new group and add members to it. But: Every adding of a member takes about 1s so I was thinking of a batch…
3
votes
0 answers

Accessing Google Directory API with NodeJs

I am having trouble accessing the Google Directory API using node. What I am hoping to do is create and remove users from Groups (and create and list groups and their users). In testing I have managed to access most of the APIs without trouble but…
Stephen Simpson
  • 1,381
  • 1
  • 11
  • 23
3
votes
0 answers

Sending an email via Google Groups

We has successfully managed to send emails from a java web application via the Google Apps SMTP server. That of course means that we need to add a paying user to the Google Apps as you need a username and password to have access to the SMTP…
malta
  • 858
  • 1
  • 9
  • 17
3
votes
1 answer

Google Groups API add Member

I have found lots of information on the internet about adding Members to a Group in Googlegroups, but I cant manage to get any of it to work. I am working in Python-DJango. Using a bussiness account, I manage to add them using Provisioning API, but…
ylc
  • 199
  • 1
  • 3
  • 9
3
votes
1 answer

Permission denied: Cannot hide from Groups directory

I'm trying to patch an existing group via the API but it's returning this error: { "error": { "errors": [ { "domain": "global", "reason": "invalid", "message": "Permission denied: Cannot hide from Groups directory." } ], …
jsd
  • 7,673
  • 5
  • 27
  • 47
3
votes
1 answer

Get Google Group member's email delivery status

Within a group (using the web/gui), you can see 'bouncing', 'non-verified' etc. etc. next to a user. Is there a way to get this info via the API? Using python, I can use RetrieveAllMembers to ... retrieve all members. The returned GroupMemberEntry…
3
votes
0 answers

Sending email on behalf of Google group programatically

I would like to know if it is possible and if so how to send an email on behalf of the Google group. I am using Google Apps and I currently have a user no-reply@... that I am using to send emails from (e.g.password remainders). However I don't like…
Boris Horvat
  • 563
  • 2
  • 13
  • 28
3
votes
2 answers

Is it possible by API to insert messages in Google Groups?

I'm building tools for maintaining our Google Apps for Business account. Is there anyway to post content into a Google Group that isn't email? Ideally from within Apps Script but i'm in no way averse to using AppEngine or other exposure to API to…
JSDBroughton
  • 3,966
  • 4
  • 32
  • 52
2
votes
1 answer

I want to add the members on Google Groups by Email

Actually, I want to add the email address automatically join on my google groups by emailing on mygroupname+subscribe@googlegroups.com. But the issue is, when i email from php code to my group email for add. The google first send the reconfirm email…
2
votes
0 answers

Add service accounts to public Google groups

How can I add service accounts to public Google groups? I wanted to add service accounts to public Google groups because they were linked to some directory in Google drive and let service accounts work with them. Is there any way to do so? I don't…
2
votes
0 answers

Automating addition of members to non-Workspace Google Group

Is there a sensible way to automate the addition of members to a non-Workspace google group? I can't seem to find any API or other resource not reserved for workspace members. Use case: I would like to be able to invite users after they submit a…
2
votes
0 answers

Google Cloud Identity: Groups as members of other groups do not inherit role grants

When testing the following scenario: group-a@company.com member: user@company.com role-group-b@company.com member: group-a@company.com Project: foo-bar-af09 IAM Membership Role: roles/browser Member:…
2
votes
3 answers

Fetch Google Group members

I'm trying to fetch all the members of a Google Group using the discovery API. So I used the code given in the doc but I get the following error: 'Error(2033): Group resource name has the correct format of `groups/{group_id}`, but it contains an…
2
votes
1 answer

Creating a gmail group using an alias domain (Google)

I have the Google apps account: domain1.com I have the following accounts set up: Jane (jane@firstdomain.com) Ben (ben@firstdomain.com) Joe (joe@firstdomain.com) I have the domain seconddomain.com set up as an alias of firstdomain.com. So Jane, Ben…
Shamisenboy
  • 21
  • 1
  • 3
1 2
3
15 16