List Events
Retrieves a list of all events in your KnowBe4 account.
Parameters
Parameter | Description |
---|---|
Event Type | Filter events by event type. |
Occurred Date | Filter events by the date the occurred. |
Risk Level | Filter by Risk Level by entering a value from -10 (low risk) to 10 (high risk). |
User Email | Filter events by user email address. |
Example Output
{
"data": [
{
"id": 0,
"user": {
"email": "string",
"id": 0,
"archived": true
},
"external_id": "string",
"source": "string",
"description": "string",
"occurred_date": "2019-08-24",
"risk": {
"level": 0,
"factor": 0,
"decay_mode": "string",
"expire_date": "string"
},
"event_type": {
"id": 0,
"name": "string"
}
}
]
}
Workflow Library Example
List Events with Knowbe4 Events and Send Results Via Email
Preview this Workflow on desktop