From 639c8d4ed39352c53a98b157a96aa0ff92eb0ac2 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 6 Dec 2023 11:32:09 +0100 Subject: [PATCH] graph/users: clarify changelog --- .../unreleased/enhancement-allow-listing-regular-users.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog/unreleased/enhancement-allow-listing-regular-users.md b/changelog/unreleased/enhancement-allow-listing-regular-users.md index 1aaabf2fa9..bc9e8e108a 100644 --- a/changelog/unreleased/enhancement-allow-listing-regular-users.md +++ b/changelog/unreleased/enhancement-allow-listing-regular-users.md @@ -1,6 +1,12 @@ Enhancement: Allow regular users to list other users -Regular users can search for other users, but having some limitations +Regular users can search for other users. The following limitations +apply: + +* Only search queries are allowed (using the `$search=term` query parameter) +* The search term needs to have at least 3 characters +* The result set only contains the attribute `displayName`, `userType`, `mail` + and `id` https://github.com/owncloud/ocis/pull/7887 https://github.com/owncloud/ocis/issues/7782