Retrieving a user's phone number from GSuite oauth?

北战南征 提交于 2019-12-12 04:55:26

问题


We're using our staff users on GSuite to authenticate with our management system which we are restricting to our hosted domain.

We'd like to be able to grab our staff's phone number from their company Google account so we don't have to build separate CRUD to allow us to manage their phone number.

Users are authenticated with the 'email' & 'profile' scopes.

Is it possible to retrieve the user's phone number in addition to their name, email, image?


回答1:


See all the Google scopes. There is a scope for Phone# https://www.googleapis.com/auth/user.phonenumbers.read View your phone numbers



来源:https://stackoverflow.com/questions/45031104/retrieving-a-users-phone-number-from-gsuite-oauth

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!