Questions tagged [google-groups-settings]

With the Google Apps Groups Settings API account-level administrators can manage the group settings for your Google Apps account.

Google Groups provides a convenient way for your users to send messages to groups of people they frequently contact. With the Google Apps Groups Settings API account-level administrators can manage the group settings for your Google Apps account.

Once your groups are initially set up using the Provisioning API, use the Group Settings API to manage internal and external group access, edit the group's notifications, configure discussion archiving and message moderation, and customize your account's user groups.

33 questions
1
vote
2 answers

Creating google groups programmatically

I need to create a google group using my google app engine application. Please guide me where should i look for info regarding this. Where should i start my learning.
1
vote
1 answer

Unable to retrieve settings for Google Group using .NET client library

I'm currently writing a system which will be responsible for creating and maintaining Google Groups in such a way that they tie into (and are in sync with) our internal systems. As part of this, I am currently working on simply creating a group,…
Mark Embling
  • 12,605
  • 8
  • 39
  • 53
1
vote
2 answers

Google Group Settings API enabled for service accounts?

Most of the Google Management APIs seem to have been enabled for Service Accounts. For example, I can retrieve calendars like so: string scope = Google.Apis.Calendar.v3.CalendarService.Scopes.Calendar.ToString().ToLower(); string scope_url =…
0
votes
1 answer

Prevent changes in group subscriptions

how can I prevent that a member of a group can change his group subscription? https://support.google.com/groups/answer/9792489?hl=en I want him to receive all group emails. he must not be able to select "Digest", or "Abridged" or "No email"…
0
votes
1 answer

Backend Error with Google Admin SDK Group Settings having "/" in Group Email Id/Address

i m having issues with GWS API Group Settings when group email (when use as groupUniqueId) having a "/" character as part of the email id. Python code below: service = gws_service('groupsettings') # internal func that initiate the service results =…
0
votes
1 answer

how to get External group or member from google groups API

I am using the Workspace admin SDK, Directory API I get the internal groups and their member but the need is we need to get the External organization group and its member by using google groups API. Can you please share the information or link on…
0
votes
0 answers

Update Google Group posting permissions

I'm writing a script to manage groups, as in the group there are internal domain's addresses and other domain's addresses. I'd like to programmatically enforce that only the internal domain's users can post to the group. I use this code: var groupId…
0
votes
0 answers

Google Sheet - limit certain users from organization from editing/viewing?

I have the following issue. I have a Google Sheet that is shared with everyone within my organization(300 people) and they have to have edit rights. But, certain users from that organization should not be able to edit or even access the file, even…
0
votes
1 answer

Re-activated users not receiving Google group emails

I'm an administrator of a Google apps domain and we recently reactivated an account which was suspended for around 6 months. Regular emails to this user are working well but emails to a group to which this user belongs does not seem to reach the…
Yahya
  • 520
  • 2
  • 10
  • 26
0
votes
1 answer

Modify "View Member Email Addresses" Setting

Is there a way to modify the "View Member Email Addresses" settings via the google admin API? From some cursory investigation this doesn't seem to be the case but I'd be happy to be proven wrong. Note that this setting is different than the existing…
SElaschuk
  • 45
  • 1
  • 1
  • 5
0
votes
2 answers

Google Groups public email

I'm setting up a group in my company GSuite account. I want the Email-address of the group: to be public (i.e. Info@ ...) so anybody can send email to it I want all members to get the mail I want that any member can answer the mail and that by…
EluciusFTW
  • 2,565
  • 6
  • 42
  • 59
0
votes
2 answers

Accessing a Google Domain's Google Groups from a service account - Keep getting 403 unauthorized

I'm trying to get a list of groups for a domain in Google Api (https://developers.google.com/admin-sdk/directory/v1/reference/groups/list). I'm using "domain wide delegation", and have a service account from which the web app makes all its requests…
0
votes
1 answer

Need a workaround for listing/adding Google Groups

My use case needs API to access (list, add and edit) a user's Google Groups. The only available thing I have is the APIs to access and modify a Group's settings. This fulfils my "editing" needs but leaves me craving for "list" the groups and "add" a…
0
votes
1 answer

How to get a specific content type response

It seems that whatever I throw at google api I will always get the same type of content (JSON or XML). For example: https://developers.google.com/admin-sdk/groups-settings/v1/reference/groups/get I want to get a JSON response about groups settings…
Merstzik
  • 94
  • 8
0
votes
1 answer

Getting started with Google Group APIs

Hi Everyone and thanks for reading. I work in higher education and just recently inherited a Google Admin position from a leaving co worker. It turns out that we had a webpage that listed all of our different groups that used the old version of the…