Get User Google Account Info

I have an API set up to connect to Google Calendar…in my developer console I have added the scopes to get the user profile info as well as the email address.

When looking at documentation from Google I found this

Which makes me believe there is no API call for getting the user info, and instead I just needed to add the scopes, which I did in the Google Developer Console, but I can’t figure out how to access this info once the user has signed up or logged in via the Calendar API (which is working fine as I can get all access needed to calendars).

My assumption is that I need to add the scopes somewhere into my API call set up inside the API connector.

Hi! Same issue for me. Did you found solution?

https://www.googleapis.com/oauth2/v1/userinfo?alt=json

This should be the same url that you use to get user email and ID if you are using user-agent auth.