A new user has been created
Event Type | Description |
---|---|
| A new user has been created. 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."
}
}
}
Results Explained
Attribute | Type | Description |
---|---|---|
| string | event identifier |
| string | type of event |
| string | time when the event was created |
| object | contains the event details |
| string | user identifier |
| string | users first name |
| string | users last name |
| object | contains the details of the user status. See Get User Details for more info on user statuses. |
| string | current user status. See User Type and User Document Object Matrix |
| string | describes the current user status |