Back to Zulip

View group members

starlight_help/src/content/docs/view-group-members.mdx

12.01.0 KB
Original Source

import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro";

User groups can have other groups, roles, and individual users as members.

<Tabs> <TabItem label="Via group card"> <Steps> 1. Click on a user group mention in a message to open the **group card**. The group's members will be listed on the card. 1. If the group has a large number of members, click the **view all** link to see the rest of the list. </Steps> </TabItem> <TabItem label="Via group settings"> <FlattenedSteps> <NavigationSteps target="relative/group/all" />
  1. Select a user group.
  1. Select the **Members** tab on the right.
</FlattenedSteps>
</TabItem> </Tabs>