Reputation: 431
We have an application that sends mail merge emails via Google API. The specific scenario we want to handle is when a user is sending a mail merge to an organization group. I've been looking into the Admin SDK Groups API and it looks like it's something we would like to use. The information that we would like to grab is the number of members in the organization group, which would be directMembersCount
in the returned object. However, the requirements of using this API are not quite suitable for our scenario because
There's also a Google blog post here relevant to what we want. I tried adding a Google Group email recipient on the To field: I'm not an admin of the organization, but when I hover on the email, it shows details on the hovercard that would be useful to me, like number of members and number of subgroups. Is it possible to collect this type of information as a non-admin user with Google APIs?
Upvotes: 2
Views: 328
Reputation: 1573
but these are not feasible because we would have to request them for every organization that uses our app to send mail merges.
Create a Marketplace app, it is easy and the Service Account is ready to be used. This will allow you to add more features easily when you need to use other APIs, like contacts, or Gmail settings.
Upvotes: 1