A new authentication token has been created
Event Type | Description |
---|---|
| A new authentication token has been created |
{
"id": "event_97a43782-617d-4f20-b681-e587bb755b1c",
"type": "auth.tokens.created",
"timestamp": "2019-03-28T22:38:36.109934222Z",
"payload": {
"firstName": "John",
"lastName": "Smith",
"userID": "a5c1f900-ef55-47d8-aa27-a45b2e475d8c",
"email": "[email protected]",
"username": "bo.Johns.api"
}
}
Results Explained
Attribute | Type | Description |
---|---|---|
| string | unique event identifier |
| string | the type of event |
| string | time when the event was created |
| object | contains the event details |
| string | username of the back office user |
| string | user identifier of the back office user |
| string | first name of back office user |
| string | last name of back office user |
| string | email of the back office user |