Back to Mattermost

Manage channel members

docs/main/end-user-guide/collaborate/manage-channel-members.mdx

11.10.07.2 KB
Original Source

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

<PlanAvailability slug="all-commercial" />

Add members to a channel

Any member of a channel can add other members to public or private channels, unless your system admin has restricted access to do so.

When a channel has attribute-based access controls enabled, you'll see details about which user attributes are permitted access to the channel. Behavior differs by channel type:

  • Private channels: Only users who meet the requirements appear in search results when adding members, and only those users can be added.
  • Public channels: All eligible team members appear in search results, and users who meet the recommended attributes are labeled Recommended. Anyone can still be added because public-channel access controls are advisory and never remove existing members.
<Tabs> <TabItem value="web-desktop" label="Web/Desktop">

To add members to a channel:

  1. Select the channel name at the top of the center pane to access the drop-down menu, then select Add Members.

  2. Search for users, select users, then select Add to add users to the current channel. Mattermost notifies you when a user is already a member of the channel.

    <div class="tip"> <div class="title">

    Tip

    </div>
    • From Mattermost v7.8, people you've messaged directly are listed first, followed by all users in alphabetical order.
    • Alternatively, to add members to a channel, select the channel name, select the View Info icon, select Members in the right pane, and then select Add. If the channel has access control restrictions, you'll see details about required attributes at the top of the right pane.
    </div>
</TabItem> <TabItem value="mobile" label="Mobile">

To add members to a channel:

  1. Tap the channel name at the top of the screen.

  2. Tap Add members.

  3. Select members to add to the channel. You can scroll through the alphabetical list of members, or search for members in the Search field.

  4. Tap Add Members.

</TabItem> </Tabs>

Mention users

You can also @mention users to add them to a channel. If they're not a channel member, Mattermost prompts you to add them.

Add users from their profile

Using a web browser or the desktop app, you can also add users to channels within their profile pop-over.

  1. Select a user's profile image.

  2. Tap on icon.

  3. Type to find a channel name, then select a channel and choose Add.

Leave a channel

You can leave public or private channels any time.

<Tabs> <TabItem value="web-desktop" label="Web/Desktop">

Select the channel name at the top of the center pane to access the drop-down menu, then select Leave Channel. When you have permission to manage channel members, you can also leave a channel by going to View Info > Members > Manage and selecting your own name.

</TabItem> <TabItem value="mobile" label="Mobile">
  1. In a channel, tap in the top right corner.

  2. Tap Leave channel.

  3. Tap on Leave to confirm you choice.

</TabItem> </Tabs>

Remove other members from a channel

Any member of a channel can remove other members from a channel.

<Tabs> <TabItem value="web-desktop" label="Web/Desktop">

You have two ways to remove members from a channel:

  • Select the channel name at the top of the center pane to access the drop-down menu, then select Manage Members. Select the member's user role, then select Remove from Channel.
  • Select the channel's View Info icon, and select Members in the right pane. From there, select Manage, select a user's role, then select Remove from Channel.

</TabItem> <TabItem value="mobile" label="Mobile">
  1. In a channel, tap in the top right corner.

  2. Tap View Info.

  3. Tap Members.

  4. Tap Manage in the top right corner of the screen.

  5. Tap a user role to change it, and tap Remove from Channel.

  6. Tap Remove.

  7. Tap Done.

</TabItem> </Tabs>