Scenario is like the following:
I have a iOS mobile app where I will give the option of "Sign In With Google" on the login screen. And I know that the users of my app will be associated with the particular company/school having the email id like this - username@companydomainname.com
This email would actually be a gmail id with custom domain. I will hit the Google Sign-in API to get the user's information.
Question: How can I get the company/school name and other details associated with the above gmail id i.e. username@companydomainname.com by using the Google APIs? Which Google API should I use?
For example: if the entered email id is username@tcs.com, I want the Tata Consultancy Services as the response.
Thanks in advance.