Guest User

Untitled

a guest
Oct 31st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function getUsersInGroup(group) {
  2. var usersInGroup = GroupsApp.getGroupByEmail(group).getUsers();
  3. return usersInGroup;
  4. }
  5.  
  6.  
Add Comment
Please, Sign In to add comment