Skip to content

Commit 651933d

Browse files
authored
Update filter-as-segment.md
1 parent b84171a commit 651933d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

graph/articles/filter-as-segment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ Clients would now be able to call
5555
```http
5656
POST /identityProtection/riskyUsers/filter(expression='id IN (''{userId1}'',''{userId2}'',...)')/dismiss
5757
```
58+
59+
NOTE: the `'` literal in the filter expression must be escaped with `''`
60+
61+
An example implementation of a filter function can be found [here](TODO).

0 commit comments

Comments
 (0)