I'm using Apps Script heavily for maintaining our Google Apps for Business account and now with the ContentService and HtmlService we're expanding its reach into some functions accessible directly from within the corporate intranet.
Is it possible using the Google Domain or Users API exposed by Apps Script to retrieve a users profile image. I can do so using the python API but don't want to introduce a round-trip to an AppEngine or other hosted service to achieve the same end.
Possible?