Liqiud basics
Modules
API
Mailer
Community profile
On this page
Overview
The profile holds public information about a user.
Below is a list of all the available drops on the community profile object
| Name | Description |
| profile.uuid | The primary id for the profile |
| profile.company | Users company name |
| profile.department | What department the user works in |
| profile.description | The profile description |
| profile.email | The email of the user |
| profile.first_name | Firstname of the user |
| profile.last_name | Lastname of the user |
| profile.handle | alias, screen-name, nickname... |
| profile.phone | The users phone number |
| profile.title | The profile title |
| profile.facebook | Link to the user's facebook account |
| profile.instagram | Link to the user's instagram account |
| profile.linkedin | Link to the user's LinkedIn account |
| profile.twitter | Link to the user's Twitter account |
| profile.wechat | Link to the user's wechat account |
| profile.xing | Link to the user's xing account |
| profile.youtube | Link to the user's youtube account |
| profile.company_from_customer | Boolean. If the profile reads title from the user account |
| profile.email_from_account | Boolean. If the profile reads email from the user account |
| profile.first_name_from_account | Boolean. If the profile reads first_name from the user account |
| profile.last_name_from_account | Boolean. If the profile reads last_name from the user account |
| profile.phone_from_account | Boolean. If the profile reads phone from the user account |
| profile.title_from_account | Boolean. If the profile reads title from the user account |
| profile.link | Canonical URI for profile |
| profile.role | The role of the user for the group |
| profile.role_key | The role key of the user for the group |
| profile.has_right.:right | If the current account has the asked for right |
| profile.role_level | Role level for account |
The *_from_account fields are mostly useful to allow the user to change them. The profile will automatically read the correct value.
Since roles cannot exist without talking about a specific group, role and role_key are only available if the profile was accessed from a group. That is only by accessing the members properties of groups.
Updated: 2020-11-17