Get user info
OAuth2
Get user info
Returns user information for the authenticated access token.
GET
Get user info
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Réponse
200 - application/json
User given name.
Exemple:
"John"
User family name.
Exemple:
"Doe"
User full name.
Exemple:
"John Doe"
User picture URL.
Exemple:
"https://..."
User email.
Exemple:
"john@doe.com"
Indicates if the user email is verified.
Exemple:
true

