diff --git a/changelog/unreleased/fix-users-format.md b/changelog/unreleased/fix-users-format.md new file mode 100644 index 000000000..e5962903c --- /dev/null +++ b/changelog/unreleased/fix-users-format.md @@ -0,0 +1,8 @@ +Bugfix: match the user response to the OC10 format + +The user response contained the field `displayname` but for certain responses +the field `display-name` is expected. The field `display-name` was added and +now both fields are returned to the client. + +https://github.com/owncloud/product/issues/181 +https://github.com/owncloud/ocis-ocs/pull/61