Skip to content

Commit 31083f0

Browse files
authored
Merge pull request #1080 from akeneo/CHA-1598-ep-document-new-user-type-filter
[CHA-1598] EP: document the new `user_type` filter
2 parents a49d95e + 1b43742 commit 31083f0

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)