mirror of https://github.com/zulip/zulip.git
help center: Update list of fields in full profile.
Also add documentation on what fields are shown in the mobile app.
This commit is contained in:
parent
f17030a802
commit
4316f47f8d
|
@ -1,12 +1,40 @@
|
||||||
# View someone's profile
|
# View someone's profile
|
||||||
|
|
||||||
A user's profile includes their name, email, role, the date they joined,
|
A user's profile displays key information about the user.
|
||||||
when they were last active, and any
|
|
||||||
[custom profile fields](/help/custom-profile-fields) they've filled out.
|
|
||||||
|
|
||||||
It also contains additional tabs showing a user's subscribed streams
|
## Information in a user's profile
|
||||||
and user groups. Note that the information in those tabs is limited to
|
|
||||||
streams for which [you can see all subscribers](/help/stream-permissions).
|
{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
|
## View someone's profile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue