Sample User Profiles
Google User Profile
This is a sample user profile from a user that logged in through Google:
{
"email": "johnfoo@gmail.com",
"email_verified": true,
"family_name": "Foo",
"gender": "male",
"given_name": "John",
"identities": [
{
"provider": "google-oauth2",
"user_id": "103547991597142817347",
"connection": "google-oauth2",
"isSocial": true
}
],
"locale": "en",
"name": "John Foo",
"nickname": "FooJon",
"picture": "https://lh4.googleusercontent.com/-OdsbOXom9qE/AAAAAAAAAAI/AAAAAAAAADU/_j8SzYTOJ4I/photo.jpg",
"user_id": "google-oauth2|103547991597142817347"
}
Was this helpful?
/
Microsoft Account User Profile
This is a sample profile from Microsoft Account:
{
"email": "bobdoe@outlook.com",
"email_verified": true,
"emails": [
"bobdoe@outlook.com",
"bobdoe@outlook.com"
],
"family_name": "Doe",
"given_name": "Bob",
"identities": [
{
"provider": "windowslive",
"user_id": "4cf0a30169d55031",
"connection": "windowslive",
"isSocial": true
}
],
"locale": "en_US",
"name": "Bob Doe",
"nickname": "doebob@outlook.com",
"picture": "https://secure.gravatar.com/avatar/c89b2bb92df91508e14172097a5e17da?s=480&r=pg&d=https%3A%2F%2Fssl.gstatic.com%2Fs2%2Fprofiles%2Fimages%2Fsilhouette80.png",
"user_id": "windowslive|4cf0a30169d55031"
}
Was this helpful?
/
Office 365 User Profile
This is a sample profile from Office 365 (Microsoft Azure Active Directory):
{
"email": "jeff@foo.onmicrosoft.com",
"family_name": "Jeff",
"given_name": "Beth",
"identities": [
{
"user_id": "10030000838D23AF@MicrosoftOnline.com",
"provider": "office365",
"connection": "foo-onmicrosoft",
"isSocial": false
}
],
"name": "Jeff Beth",
"nickname": "jeff@auth0.onmicrosoft.com",
"picture": "https://secure.gravatar.com/avatar/a7f86ddd090d5a4cb833b97baab2aca1?s=480&r=pg&d=https%3A%2F%2Fssl.gstatic.com%2Fs2%2Fprofiles%2Fimages%2Fsilhouette80.png",
"tenantid": "75696069-df44-4310-9bcf-08b45e3007c9",
"upn": "jeff@foo.onmicrosoft.com",
"user_id": "office365|10030000838D23AF@MicrosoftOnline.com"
}
Was this helpful?
/
ADFS User Profile
This is a sample profile from ADFS (Active Directory Federation Services):
{
"email": "john@fabrikam.com",
"family_name": "Fabrikam",
"email_verified": false,
"given_name": "John",
"identities": [
{
"user_id": "john@fabrikam.com",
"provider": "adfs",
"connection": "auth10.com",
"isSocial": false
}
],
"issuer": "https://adfs.fabrikam.com",
"name": "John Fabrikam",
"nickname": "john",
"picture": "https://secure.gravatar.com/avatar/5426f6b9d63ad92d60e6fe9fdf83aa21?s=480&r=pg&d=https%3A%2F%2Fssl.gstatic.com%2Fs2%2Fprofiles%2Fimages%2Fsilhouette80.png",
"user_id": "adfs|john@fabrikam.com"
}
Was this helpful?
/