# PeopleProfilesByWebsiteId
## Documentation
Lists people profiles for website.
- Catalog: `Crisp`
- Schema: `Crisp`
- Primary Keys: `people_id`
- Retrieve: True
- Insert: True
- Update: False
- Delete: False
## Parameters of Table Function
The following parameters can be used to control the behaviour of the table function `PeopleProfilesByWebsiteId`. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `select * from table(value1, value2, value3)` on a table with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `select * from table(name1 => value1, name3 => value3)` on the same table will use the default values for the second and fourth parameters and the specified values for the first and third.
| Name | Data Type | Required | Default Value | Documentation |
|---|:---:|:---:|:---:|---|
| `website_id` | `varchar2` | ☑ | | The website identifier. |
## Columns of Table Function
The columns of the table function `PeopleProfilesByWebsiteId` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `active_last` | `datetime` | | ☐ | Timestamp at which the user was last active. |
| `active_now` | `char` | | ☐ | Whether user is considered active right now or not. |
| `company_description` | `varchar2` | | ☐ | Company description. |
| `company_domain` | `varchar2` | | ☐ | Company domain name. |
| `company_emails` | `varchar2` | | ☐ | Company emails (comma-separated list). |
| `company_geolocation_city` | `varchar2` | | ☐ | City name. |
| `company_geolocation_coordinates_latitude` | `varchar2` | | ☐ | Latitude coordinate. |
| `company_geolocation_coordinates_longitude` | `varchar2` | | ☐ | Longitude coordinate. |
| `company_geolocation_country` | `varchar2` | | ☐ | Country code. |
| `company_geolocation_region` | `varchar2` | | ☐ | Region code. |
| `company_legal_name` | `varchar2` | | ☐ | Company legal name. |
| `company_metrics_arr` | `decimal` | | ☐ | Annual Recurring Revenue. |
| `company_metrics_employees` | `int32` | | ☐ | Number of employees. |
| `company_metrics_market_cap` | `decimal` | | ☐ | Market capitalization. |
| `company_metrics_raised` | `decimal` | | ☐ | Money raised. |
| `company_name` | `varchar2` | | ☐ | Company name. |
| `company_phones` | `varchar2` | | ☐ | Company phones (comma-separated list). |
| `company_tags` | `varchar2` | | ☐ | Company tags (comma-separated list). |
| `company_timezone` | `varchar2` | | ☐ | Company timezone offset (UTC). |
| `company_url` | `varchar2` | | ☐ | Company website URL. |
| `created_at` | `datetime` | | ☑ | Profile creation timestamp. |
| `email` | `varchar2` | | ☑ | Email for people profile. |
| `notepad` | `varchar2` | | ☐ | Private notepad on people profile. |
| `people_id` | `varchar2` | | ☑ | People identifier. |
| `person_address` | `varchar2` | | ☐ | Address for user. |
| `person_avatar` | `varchar2` | | ☐ | Avatar for user. |
| `person_description` | `varchar2` | | ☐ | Description for user. |
| `person_employment_domain` | `varchar2` | | ☐ | Company domain name. |
| `person_employment_name` | `varchar2` | | ☐ | Company name. |
| `person_employment_role` | `varchar2` | | ☐ | User role in company. |
| `person_employment_seniority` | `varchar2` | | ☐ | User seniority in company. |
| `person_employment_title` | `varchar2` | | ☐ | User title in company. |
| `person_gender` | `varchar2` | | ☐ | Gender for user. |
| `person_geolocation_city` | `varchar2` | | ☐ | City name. |
| `person_geolocation_coordinates_latitude` | `varchar2` | | ☐ | Latitude coordinate. |
| `person_geolocation_coordinates_longitude` | `varchar2` | | ☐ | Longitude coordinate. |
| `person_geolocation_country` | `varchar2` | | ☐ | Country code. |
| `person_geolocation_region` | `varchar2` | | ☐ | Region code. |
| `person_locales` | `varchar2` | | ☐ | Locales (comma-separated list). |
| `person_nickname` | `varchar2` | | ☐ | Nickname for user (includes first name and last name). |
| `person_phone` | `varchar2` | | ☐ | Phone number for user. |
| `person_segments` | `varchar2` | | ☐ | Segments (classifications) (comma-separated list). |
| `person_timezone` | `varchar2` | | ☐ | Timezone offset of user (UTC). |
| `person_website` | `varchar2` | | ☐ | Website of user. |
| `score` | `int16` | | ☐ | Score associated to this profile, from 1 to 5 (based on ratings from user). |
| `updated_at` | `datetime` | | ☑ | Profile update timestamp. |