Appearance
User Events
Available user events
Event payloads
IdentityAccess.UserRegistered
json
{
"userId": 12,
"date": "2019-10-10T16:07:21+02:00"
}userIdidentifies the user who has registereddatetells exact date and time when registration happened
IdentityAccess.UserLoggedIn
json
{
"userId": 12,
"date": "2019-10-10T16:07:21+02:00"
}userIdidentifies the user who has visited communitydatetells exact date and time when user logged in via login form or Remember me cookie
integration.UserProfileUpdated
json
{
"userId": "2000",
"username": "John Doe",
"profileFieldId": "123",
"profileField": "Country",
"value": "Netherlands",
"oldValue": "UK"
}
