Skip to main content

Social login verified

The event is created when a user verifies using social login.

ParameterTypeDescription
namestringuser.social_login.verified
descriptionstringSocial login verified
user.idstringThe ID of the user
user.loginIdstringThe login ID of the user
user.firstNamestringThe first name of the user
user.lastNamestringThe last name of the user
user.statestringThe state of the user
user.languageCodestringThe language of the user
user.propertiesobjectThe custom properties the user
socialLogin.typestringThe type of the social login. Values: google, facebook, apple, microsoft
socialLogin.failedReasonstringThe reason in case of social login verification failure. Values: userBlocked

Example event

{
"actor": {
"loginId": "[email protected]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36",
"id": "c3fe8690-46ab-427a-aeb4-91a506f903a9",
"type": "user"
},
"eventId": "3179d1dc-696e-11ed-9983-000d3aaba01a",
"name": "user.social_login.verified",
"description": "Social login verified",
"user": {
"firstName": "Abigail",
"lastName": "Mackay",
"loginId": "[email protected]",
"id": "c3fe8690-46ab-427a-aeb4-91a506f903a9",
"languageCode": "en",
"state": "active",
"properties": {
"preferredContactChannel": "email"
}
},
"socialLogin": {
"type": "google",
"failedReason": "userBlocked"
},
"timestamp": "2022-11-21T07:28:35.475Z",
"status": "failed"
}