Example notification for User Login. Please note that not all fields could apply to a user. For fields that do not have data, an empty value will be returned in the jSON object.
Event Type: user_login
{
"event":"user_login",
"data":{
"UserAccessLevel":10,
"LocationID":123456,
"LocationName":"testLocation",
"GroupID":"1234",
"LastName":"User's Last Name",
"GroupName":"User's Group Name",
"userID":123456,
"UserName":"testUser",
"FirstName":"User's First Name",
"Email":"sampleWebhook@lightspeedvt.com"
},
"timeTriggered":"4/16/2019 1:13 PM"
}
Messages
PROPERTIES | VALUES – INFORMATION |
UserAccessLevel | Integer – The user’s access level |
LocationID | Integer – The id of the location where the event was triggered |
LocationName | String – The name of the location where the event was triggered |
GroupID | String – The id of the group, if any, that the user belongs to |
LastName | String – The user’s last name |
GroupName | String – The name of the group, if any, that the user belongs to |
userID | Integer – The id of the user |
Username | String – The user’s username |
FirstName | String – The user’s first name |
String – The user’s email |