graph/users: clarify changelog

This commit is contained in:
Ralf Haferkamp
2023-12-06 11:32:09 +01:00
committed by Ralf Haferkamp
parent 20870380b1
commit 639c8d4ed3
@@ -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