How to get the list of members in a Google group in Google app script (Admin SDK)?
问题 I would like to get a list of members in a Google group using Admin SDK. But im not getting how to do this. I found below link - https://developers.google.com/admin-sdk/directory/v1/guides/manage-group-members But I do not know how to use POST method in Google app script. Can someone please guide me with an example? UPDATED I got the output as below, But i would like to access each element (role,email) separately for each member of the group. Is that possible?? { "role": "OWNER", "kind":