From 70b16014e25d9799304b42ad80a528809b63d513 Mon Sep 17 00:00:00 2001 From: Maarten Decat Date: Fri, 30 Jan 2026 10:58:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1d2488..e10242b 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ identifier and secret by visiting the 'API tokens' page in Elimity Insights and #### Executing queries +The following example performs the query "find all users for which isShareByEmailGuestUser is true" on source with identifier `1` without specific attributes, ordering or grouping. + ```python3 from elimity_insights_client.api import Config, query from elimity_insights_client.api.expression import AttributeBooleanExpression