Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ Channel Management Events
+------------------------------------+-------------------------------------------------------------------+
| ``removeChannelMember`` | Removing members from channels |
+------------------------------------+-------------------------------------------------------------------+
| ``setChannelMembers`` | Bulk set (replace) channel memberships |
Comment thread
wiggin77 marked this conversation as resolved.
+------------------------------------+-------------------------------------------------------------------+
| ``restoreChannel`` | Restoring deleted channels |
+------------------------------------+-------------------------------------------------------------------+
| ``updateChannel`` | Updating channel information |
Expand Down
4 changes: 4 additions & 0 deletions source/administration-guide/manage/team-channel-members.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://api.mattermost.com/#tag/channels/operation/SetChannelMembers>`__ for details.
Loading