user1964454
user1964454

Reputation: 31

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.

Upvotes: 3

Views: 1030

Answers (1)

Jay Lee
Jay Lee

Reputation: 13528

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

Upvotes: 2

Related Questions