Configure messaging options in JSON params
battis opened this issue · 2 comments
battis commented
Configure messaging options in JSON params
battis commented
"receive-email": false
is the current setting (assuming that "receive-email"
would default to true
, since that's the current state of Google Groups). Now need to implement this.
battis commented
Changing to "delivery-settings": "NONE"
to match the Google Admin SDK Directory Members API.