diff --git a/templates/zerver/help/view-someones-profile.md b/templates/zerver/help/view-someones-profile.md index 5f03193a6b..9e96935478 100644 --- a/templates/zerver/help/view-someones-profile.md +++ b/templates/zerver/help/view-someones-profile.md @@ -1,12 +1,40 @@ # View someone's profile -A user's profile includes their name, email, role, the date they joined, -when they were last active, and any -[custom profile fields](/help/custom-profile-fields) they've filled out. +A user's profile displays key information about the user. -It also contains additional tabs showing a user's subscribed streams -and user groups. Note that the information in those tabs is limited to -streams for which [you can see all subscribers](/help/stream-permissions). +## Information in a user's profile + +{start_tabs} + +{tab|desktop-web} + +- Their name. +- Their email address, if you [have + permission](/help/restrict-visibility-of-email-addresses) to view it. +- Their user ID. +- Their [role](/help/roles-and-permissions) in the organization. +- The date they joined the organization. +- Their current [local time](/help/change-your-timezone). +- Their [availability](/help/status-and-availability#availability). +- Any [custom profile fields](/help/custom-profile-fields) they've filled out. + +Additional tabs showing: + +- The streams that the user is subscribed to. Note that the list is limited to + streams for which you have [permission to see all + subscribers](/help/stream-permissions). +- The [user groups](/help/user-groups) to which they belong. + +{tab|mobile} + +- Their name. +- Their email address, if you [have + permission](/help/restrict-visibility-of-email-addresses) to view it. +- Their current [local time](/help/change-your-timezone). +- Their [status and availability](/help/status-and-availability). +- Any [custom profile fields](/help/custom-profile-fields) they've filled out. + +{end_tabs} ## View someone's profile