Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 objects don't have the 'status' (for lack of a better word) of the user.

My goal is: 1) Dump all groups in my domain 2) Check group for bouncing addresses 3) Email group owner about the bad addresses/users.

I can do #1 and #3. It's #2 that I need help with.

like image 364
user1964454 Avatar asked Dec 01 '25 00:12

user1964454


1 Answers

Sorry, neither the Google Apps Provisioning API nor the Google Groups Settings API support retrieving or setting a members delivery status.

like image 58
Jay Lee Avatar answered Dec 03 '25 08:12

Jay Lee