---
title: KnowBe4 KMSAT - User Events
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/knowbe4-kmsat-user-events/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/knowbe4-kmsat-user-events/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.2
Updated: April 29, 2026***
KnowBe4 KMSAT is a security platform for security awareness training and simulated phishing attacks. KnowBe4 KMSAT User Event API helps you tailor security awareness training based on custom user risk events.
## Actions
* **Get Event Status** *(Enrichment)* - Retrieve status of a specific event.
* **List Event Statuses** *(Enrichment)* - Retrieve statuses of previously executed events.
* **Get Event** *(Enrichment)* - Retrieve data about a specific event.
* **List Events** *(Enrichment)* - Retrieve data about all events.
* **Get Event Type** *(Enrichment)* - Retrieve data about a specific event type.
* **List Event Types** *(Enrichment)* - Retrieve data about all event types.
* **Create Event** *(Containment)* - Create a new event.
* **Delete Event** *(Containment)* - Delete an existing event.
## Configure KnowBe4 KMSAT - User Events in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **URL**. Enter the [events base URL](https://developer.knowbe4.com/rest/userEvents#tag/Base-URL) for the KnowBe4 server that is closest to your geographic location.
* **API Key**. Enter your KnowBe4 KMSAT [API key](https://developer.knowbe4.com/events/).
*
*
*
*
For information about KnowBe4 user events, see [KnowBe4 user event documentation](https://support.knowbe4.com/hc/en-us/articles/360024863474-User-Event-API-Overview).
## Change Log
* February 6, 2023 - First upload
* June 26, 2023 (v1.1) - Removed unnecessary empty lines and other little changes
* April 29, 2026 (v1.2) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.