diff --git a/content/event-platform/available-filters.md b/content/event-platform/available-filters.md index 3699c95cf..7929e79f8 100644 --- a/content/event-platform/available-filters.md +++ b/content/event-platform/available-filters.md @@ -34,6 +34,19 @@ Filters events based on the user. Useful for ignoring updates from designated user like job automation. ::: +### User Type +Filters events based on the user type. + +**Type:** Field Match +**Syntax:** `user_type=""` +**Parameter:** type string of the user who triggered the event. +**Example:** `user_type="api"` Possible values are `user`, `api`, `job`, `system`, and `unknown-user-type` +**Supported Events:** All event types ([list](/event-platform/available-events.html)) + +::: tips +Useful for ignoring updates from jobs. +::: + --- ### Attribute