Edit a group
You can rename a group and swap its profile picture at any time. Both changes sync to every member in real time.
Before you start
Editing group details needs the right privileges — you'll see the edit controls if you're the group's owner or an admin.
- 🖥 Web
- 📱 Mobile
-
Open the group from your Chat list.
-
Open the group details panel and edit its Group name.
Screenshot coming soonThe group details panel showing the editable Group name and profile pictureCapture spec (for maintainers)
{ "id": "web.groups.edit-a-group.details", "platform": "web", "route": "/chats/groups/{groupId}", "actions": [ { "pom": { "page": "GroupPage", "call": "openGroupDetails" } } ], "clip": { "testId": "group-details-panel", "pad": 16 } } -
Click the group's picture to upload a new one. Changes save as you make them.
-
Open the group from the Chat tab, then open its edit screen.
-
Tap the group picture to choose a new image.
-
Tap the Group name to rename the group, then confirm.
Screenshot coming soonThe mobile edit-group screen with the group picture and the Group name fieldCapture spec (for maintainers)
{ "id": "mobile.groups.edit-a-group.edit-screen", "platform": "mobile", "route": "/chats/groups/{groupId}/edit", "actions": [] }