Can someone help get me started on a code to update the user profile thumbnail for everyone in a certain group with the same thumbnail? This is an Enterprise Portal, and all the users are in the same group. I figured I could use user.update.thumbnail("path") but am not sure how to get the list of users in the group and then iterate those. Is this a do-able idea?
Thanks!
there is a get_members() method you can call: