Skip to content

Commit 1b43742

Browse files
committed
CHA-1598: Update documentation
1 parent a49d95e commit 1b43742

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/event-platform/available-filters.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@ Filters events based on the user.
4040
Useful for ignoring updates from designated user like job automation.
4141
:::
4242

43+
### User Type
44+
Filters events based on the user type.
45+
46+
**Type:** Field Match
47+
**Syntax:** `user_type="<user_type>"`
48+
**Parameter:** type string of the user who triggered the event.
49+
**Example:** `user_type="api"` Possible values are `user`, `api`, `job`, `system`, and `unknown-user-type`
50+
**Supported Events:** All event types ([list](/event-platform/available-events.html))
51+
52+
::: tips
53+
Useful for ignoring updates from jobs.
54+
:::
55+
4356
---
4457

4558
### Attribute

0 commit comments

Comments
 (0)