diff --git a/source/administration-guide/comply/embedded-json-audit-log-schema.rst b/source/administration-guide/comply/embedded-json-audit-log-schema.rst index 2aef0ffb666..75a0d4d5675 100644 --- a/source/administration-guide/comply/embedded-json-audit-log-schema.rst +++ b/source/administration-guide/comply/embedded-json-audit-log-schema.rst @@ -256,6 +256,8 @@ Channel Management Events +------------------------------------+-------------------------------------------------------------------+ | ``removeChannelMember`` | Removing members from channels | +------------------------------------+-------------------------------------------------------------------+ +| ``setChannelMembers`` | Bulk set (replace) channel memberships | ++------------------------------------+-------------------------------------------------------------------+ | ``restoreChannel`` | Restoring deleted channels | +------------------------------------+-------------------------------------------------------------------+ | ``updateChannel`` | Updating channel information | diff --git a/source/administration-guide/manage/team-channel-members.rst b/source/administration-guide/manage/team-channel-members.rst index e5c10338204..fdb041ebd03 100644 --- a/source/administration-guide/manage/team-channel-members.rst +++ b/source/administration-guide/manage/team-channel-members.rst @@ -153,3 +153,7 @@ A list of all members in a channel is visible to system admins. Members can be a - Member - Channel admin - System admin + +.. note:: + + From Mattermost v11.5.2, system admins can set the complete membership of a channel in a single API call. The server computes the diff against the current membership and adds or removes users as needed. See the `API documentation `__ for details.