I am using the google Directory API to add users(emails) to a group. Use this group for announcements.
My question is, I get the updated list(user emails) daily. So I should update the group with:
add users if user doesn't exists in the group
delete user from group if user doesn't not exist in the list I get
So basically update the list of members under the groups based on the list I get.
Can I do this using Directory API?? If yes, can you list the steps(directory API methods) on how can it be achieved? Or should I use any different APIs