Harsha M V
Harsha M V

Reputation: 54949

Google Api - Get Users Email id

I am using Google API - PHP client to connect to Google Analytics API. Is there any way i can get the email Address of the User while Authenticating the user and Granting the permissions ?

Upvotes: 0

Views: 651

Answers (1)

Mark S.
Mark S.

Reputation: 4019

Use the Google Management API for Analytics. When you make the authenticated call to https://www.googleapis.com/auth/analytics.readonly, you will receive back (among other things) a username which is defined as "Email address of the authenticated user".

Upvotes: 1

Related Questions