User Created
A new user has been created, this event provides basic user detail and status.
{
"id": "event_b84d304f-d434-4610-859a-ebdcda33ffcb",
"type": "users.created",
"timestamp": "2019-03-28T22:50:02.073327862Z",
"payload": {
"firstName": "John",
"lastName": "Smith",
"email" : "[email protected]",
"userID": "0b06eda0-b7d6-4e4b-8f8f-c46426070957",
"status": {
"name": "PENDING",
"description": "User is pending approval."
}
}
}
User Updated
Any details in the users object has been updated. This will show the pervious state and the current state of the object.
{
"id": "event_4da42927-77f5-4308-a6bf-60c1ed0a4b24",
"type": "users.updated",
"timestamp": "2019-01-09T12:14:44.155187291Z",
"payload": {
"previous": {
"firstName": "Mike"
},
"current": {
"firstName": "Mikey"
},
"userID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932"
}
}