docs/main/administration-guide/manage/team-channel-members.mdx
System admins can manage channel configuration in the System Console, including:
To view and manage team information, navigate to System Console > Teams. Teams can be managed by Group Sync or Invite Only. The type of management in use may affect the management options available for that team.
Select a team to view its configuration options.
The name and description of the team.
System admins can archive or unarchive the team from within User Management > Teams > Team Management. Archiving a team makes its contents inaccessible for all users. All related information is archived, including posts from the database. Before archiving a team, we recommend that you perform a database backup.
Select Archive Team, then select Save. Select Archive when prompted to confirm the team archive.
Alternatively, system admins can use the mmctl mmctl team archive to archive teams. See the mmctl product documentation for details.
Select Unarchive Team, then select Save.
Alternatively, system admins can use the mmctl mmctl team restore to archive teams. See the mmctl product documentation for details.
You can add and remove groups, as well as promote or demote group members to team admin/member roles.
A list of all members in a channel is visible to system admins. Members can be added and removed from the team members and be promoted or demoted to a team admin/member role. Use the role Filter to refine your search results. You can use one filter, or combine filters to search by multiple roles:
To view and manage channel information, navigate to System Console > Channels. Channels can be managed by Group Sync or Manual Invites. The type of management in use may affect the management options available for that channel. Use the Filter to refine your search results. You can use one filter, or combine filters to search by channel and management type:
Select a channel to view its configuration options.
The name and description of the channel. To archive the channel, select Archive Channel > Save. The channel is still searchable in the Channels list. To unarchive the channel, select Unarchive Channel and Save.
Advanced access control settings enable system admins to restrict actions within specific channels. These actions include:
These settings are modified in System Console > User Management > Channels.
<Note>These settings are applicable only to Guests and Members. System, team, and channel admins aren't affected. If you wish to grant posting ability to a specific member, you must first promote that member to channel admin.
</Note>The availability of advanced access control settings can also be affected by existing system and team permissions configurations. If there are existing configurations that override the channel settings you would like to apply, it will be indicated in the user interface. These settings can then be adjusted in the relevant panel in the Permissions section of the System Console.
Configure a channel so that members can post/reply/react but guests can only read and react.
The channel is available for all members and guests to access, but guests can only read messages and react to them.
Create an Announcement Channel where only Channel Admins are able to post (read-only).
The channel is available for all members and guests to access but only Admins can post to the channel.
You can add and remove groups, as well as promote or demote group members to team admin/member roles.
A list of all members in a channel is visible to system admins. Members can be added and removed from the team members and be promoted or demoted to a team admin/member role. Use the role Filter to refine your search results. You can use one filter, or combine filters to search by multiple roles:
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.
</Note>