I'm trying to figure out a way to add members to a G Suite/Google for Business google group. For simplicity purposes I only want to add members. If the member/email address is already in the group, the person will be skipped as the same person cannot be in a Google group. The members I am trying to import can be in a csv file, xlsx, or a google sheet file.
Has anyone been able to figure out a way to do this with Alteryx? There are manual ways of importing csv files with users into a google group.
I have various google api's open for our G Suite domain. Here is something from the Google Developer portal about adding members to a group
https://developers.google.com/admin-sdk/directory/v1/guides/manage-group-members#create_member
Thanks in advance.