Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

UserInfo

Christian Smith edited this page Apr 27, 2014 · 1 revision

UserInfo Endpoint

UserInfo Request

GET /userinfo HTTP/1.1
Host: your.authorization.server
Authorization: Bearer SlAV32hkKG

UserInfo Response

HTTP/1.1 200 OK
Content-Type: application/json

{
  "sub":"864c393b-053f-4df6-b477-4879d3666a6e",
  "name":"John Smith",
  "given_name":"John",
  "family_name":"Smith",
  "profile":"https://plus.google.com/+JohnSmith",
  "picture":"https://lh5.googleusercontent.com/***/photo.jpg",
  "email":"[email protected]",
  "email_verified":true,
  "gender":"male",
  "locale":"en",
  "joined_at":1398460767489,
  "updated_at":1398488442216
}