Search code examples
.netgoogle-admin-sdkgoogle-groupsgoogle-groups-apigoogle-groups-settings

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 admin API for both groups and members

https://developers.google.com/admin-sdk

  • /directory/v1/guides/manage-groups
  • /directory/v1//guides/manage-group-members
  • /directory/v1//reference/groups
  • /directory/v1//reference/members

I also found the groupssettings api to change some more settings of a group

https://developers.google.com

  • /admin-sdk/groups-settings/get_started

  • /api-client-library/dotnet/apis/groupssettings/v1

But I can not find a method to change the delivery settings of a member via the API


Solution

  • Unfortunately there isn't currently an API that can make this change. The existing APIs you mentioned are for manipulating groups within a Google Apps domain, and specifically for controlling the settings of the group, not it's users.