diff --git a/changelog/unreleased/enhancement-change-username.md b/changelog/unreleased/enhancement-change-username.md new file mode 100644 index 000000000..ddd687fd5 --- /dev/null +++ b/changelog/unreleased/enhancement-change-username.md @@ -0,0 +1,7 @@ +Enhancement: allow username to be changed + +When OnPremisesSamAccountName is present in a PATCH on `{apiRoot}/users/{userID}` it will change the +username of the user. This also changes the references to this user in the groups. + +https://github.com/owncloud/ocis/pull/5509 +https://github.com/owncloud/ocis/issues/4988