From 38f5b86fdaad69e8f0526999190639127f465969 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Thu, 27 Jan 2022 16:21:46 +0100 Subject: [PATCH] Add changelog for graph user and group changes --- changelog/unreleased/graph-api-user-groups.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/graph-api-user-groups.md diff --git a/changelog/unreleased/graph-api-user-groups.md b/changelog/unreleased/graph-api-user-groups.md new file mode 100644 index 000000000..76a84d9f6 --- /dev/null +++ b/changelog/unreleased/graph-api-user-groups.md @@ -0,0 +1,6 @@ +Enhancement: Introduce User and Group Management capabilities on GraphAPI + +The GraphAPI LDAP Backend is now able to add/modify and delete Users and Groups + +https://github.com/owncloud/ocis/pull/2947 +https://github.com/owncloud/ocis/pull/2996