Skip to main content

View and manage members

Every group has a Members list that shows who's in it. From there you can add someone as a friend, or — if you have the privileges — remove a member.

  1. Open the group from your Chat list.

  2. Open the Members section to see everyone in the group and the total member count.

    Screenshot coming soon
    The group Members section listing members and the total member count
    Capture spec (for maintainers)
    {
      "id": "web.groups.manage-members.member-list",
      "platform": "web",
      "route": "/chats/groups/{groupId}",
      "actions": [
        {
          "pom": {
            "page": "GroupPage",
            "call": "openMembers"
          }
        }
      ],
      "clip": {
        "testId": "group-members-section",
        "pad": 16
      }
    }
  3. Click a member to see more about them, or add them as a friend.

  4. To remove someone, use Kick from the group and confirm in the dialog that asks whether to kick them.

Good to know

A kicked member isn't banned — they'll simply need a member to invite them again before they can rejoin.