Is it possible to obtain the User ID (instead of email address) in Google Apps Script using the Session service or similar.
I haven't seen any reference to it in GAS, but within GAE I am able to obtain the User ID from the Users API. The User ID is an identifier that uniquely identifies a user, even if the user changes their email address.
I am hoping to use the same in GAS.