starlight_help/src/content/docs/view-someones-profile.mdx
import {Steps, TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import RightSidebarViewProfile from "../include/_RightSidebarViewProfile.mdx";
import LinkIcon from "~icons/zulip-icon/link";
A user's profile displays key information about the user.
Additional tabs showing:
* The channels that the user is subscribed to. Note that the list is limited to
channels for which you have [permission to see all
subscribers](/help/channel-permissions).
* The [user groups](/help/user-groups) to which they belong.
<ZulipTip>
You can also click on a user's profile picture or name on a
message they sent to open their **user card**, and skip to
the last step.
</ZulipTip>
1. Click on the **link** (<LinkIcon />)
icon to the right of their name to copy the URL for their profile.
</FlattenedSteps>