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.
- 🖥 Web
- 📱 Mobile
-
Open the group from your Chat list.
-
Open the Members section to see everyone in the group and the total member count.
Screenshot coming soonThe group Members section listing members and the total member countCapture 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 } } -
Click a member to see more about them, or add them as a friend.
-
To remove someone, use Kick from the group and confirm in the dialog that asks whether to kick them.
-
Open the group from the Chat tab, then open its Members screen.
Screenshot coming soonThe mobile group Members screen with the list of membersCapture spec (for maintainers)
{ "id": "mobile.groups.manage-members.member-list", "platform": "mobile", "route": "/chats/groups/{groupId}/members", "actions": [] } -
Tap a member to view their profile or add them as a friend.
-
To remove someone, use Kick from the group and confirm.
Good to know
A kicked member isn't banned — they'll simply need a member to invite them again before they can rejoin.