To get user's profile information in google script

前端 未结 2 1052
暖寄归人
暖寄归人 2021-01-26 08:16

I want to get my domain\'s user\'s profile information..I am using profile API for this..

Profile API gives only a few fields like (Family Name, Given Name,Email etc)..B

2条回答
  •  感动是毒
    2021-01-26 08:49

    There isn't a built in API for that in Apps Script directly, but if you are using a Google Apps for Business or Education, you can use the Google Apps through UrlFetch and oAuth. That should expose any profile information that is stored in Google Apps.

提交回复
热议问题