# PeopleProfileByWebsiteIdAndPeopleId: Crisp People Profile ## Documentation One people profile of a website, retrieved by people identifier or email address. - Catalog: `Crisp` - Schema: `Crisp` - Primary Keys: `people_id` - Label: People Profile This is a read-only table function. The Crisp API may not support changing the data or the Invantive UniversalSQL driver for Crisp does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Crisp API. ## Parameters of Table Function The following parameters can be used to control the behaviour of the table function `PeopleProfileByWebsiteIdAndPeopleId`. 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 | |---|:---:|:---:|:---:|---| | `people_id` | `varchar2` | ☑ | | The people identifier, or the email address of the people profile. | | `people_id` | `varchar2` | ☑ | | The people identifier, or the email address of the people profile. | | `website_id` | `varchar2` | ☐ | | The website identifier. Defaults to the website ID of the connection when left out. | | `website_id` | `varchar2` | ☐ | | The website identifier. Defaults to the website ID of the connection when left out. | ## Columns of Table Function The columns of the table function `PeopleProfileByWebsiteIdAndPeopleId` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `active_last` | `datetime` | | ☐ | Timestamp at which the user was last active. | | `active_last` | `datetime` | | ☐ | Timestamp at which the user was last active. | | `active_now` | `char` | | ☐ | Whether user is considered active right now or not. | | `active_now` | `char` | | ☐ | Whether user is considered active right now or not. | | `company_description` | `varchar2` | | ☐ | Company description. | | `company_description` | `varchar2` | | ☐ | Company description. | | `company_domain` | `varchar2` | | ☐ | Company domain name. | | `company_domain` | `varchar2` | | ☐ | Company domain name. | | `company_geolocation_city` | `varchar2` | | ☐ | City name. | | `company_geolocation_city` | `varchar2` | | ☐ | City name. | | `company_geolocation_coordinates_latitude` | `decimal` | | ☐ | Latitude coordinate. | | `company_geolocation_coordinates_latitude` | `decimal` | | ☐ | Latitude coordinate. | | `company_geolocation_coordinates_longitude` | `decimal` | | ☐ | Longitude coordinate. | | `company_geolocation_coordinates_longitude` | `decimal` | | ☐ | Longitude coordinate. | | `company_geolocation_country` | `varchar2` | | ☐ | Country code. | | `company_geolocation_country` | `varchar2` | | ☐ | Country code. | | `company_geolocation_region` | `varchar2` | | ☐ | Region code. | | `company_geolocation_region` | `varchar2` | | ☐ | Region code. | | `company_legal_name` | `varchar2` | | ☐ | Company legal name. | | `company_legal_name` | `varchar2` | | ☐ | Company legal name. | | `company_metrics_arr` | `decimal` | | ☐ | Annual recurring revenue. | | `company_metrics_arr` | `decimal` | | ☐ | Annual recurring revenue. | | `company_metrics_employees` | `int32` | | ☐ | Number of employees. | | `company_metrics_employees` | `int32` | | ☐ | Number of employees. | | `company_metrics_market_cap` | `decimal` | | ☐ | Market capitalization. | | `company_metrics_market_cap` | `decimal` | | ☐ | Market capitalization. | | `company_metrics_raised` | `decimal` | | ☐ | Money raised. | | `company_metrics_raised` | `decimal` | | ☐ | Money raised. | | `company_name` | `varchar2` | | ☐ | Company name. | | `company_name` | `varchar2` | | ☐ | Company name. | | `company_timezone` | `int32` | | ☐ | Company time zone offset in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `company_timezone` | `int32` | | ☐ | Company time zone offset in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `company_url` | `varchar2` | | ☐ | Company website URL. | | `company_url` | `varchar2` | | ☐ | Company website URL. | | `created_at` | `datetime` | | ☑ | Profile creation timestamp. | | `created_at` | `datetime` | | ☑ | Profile creation timestamp. | | `email` | `varchar2` | | ☑ | Email for people profile. | | `email` | `varchar2` | | ☑ | Email for people profile. | | `notepad` | `varchar2` | | ☐ | Private notepad on people profile. | | `notepad` | `varchar2` | | ☐ | Private notepad on people profile. | | `people_id` | `varchar2` | | ☑ | People identifier. | | `people_id` | `varchar2` | | ☑ | People identifier. | | `person_address` | `varchar2` | | ☐ | Address for user. | | `person_address` | `varchar2` | | ☐ | Address for user. | | `person_avatar` | `varchar2` | | ☐ | Avatar for user. | | `person_avatar` | `varchar2` | | ☐ | Avatar for user. | | `person_description` | `varchar2` | | ☐ | Description for user. | | `person_description` | `varchar2` | | ☐ | Description for user. | | `person_employment_domain` | `varchar2` | | ☐ | Company domain name. | | `person_employment_domain` | `varchar2` | | ☐ | Company domain name. | | `person_employment_name` | `varchar2` | | ☐ | Company name. | | `person_employment_name` | `varchar2` | | ☐ | Company name. | | `person_employment_role` | `varchar2` | | ☐ | User role in company. | | `person_employment_role` | `varchar2` | | ☐ | User role in company. | | `person_employment_seniority` | `varchar2` | | ☐ | User seniority in company. | | `person_employment_seniority` | `varchar2` | | ☐ | User seniority in company. | | `person_employment_title` | `varchar2` | | ☐ | User title in company. | | `person_employment_title` | `varchar2` | | ☐ | User title in company. | | `person_gender` | `varchar2` | | ☐ | Gender for user; one of male and female. | | `person_gender` | `varchar2` | | ☐ | Gender for user; one of male and female. | | `person_geolocation_city` | `varchar2` | | ☐ | City name. | | `person_geolocation_city` | `varchar2` | | ☐ | City name. | | `person_geolocation_coordinates_latitude` | `decimal` | | ☐ | Latitude coordinate. | | `person_geolocation_coordinates_latitude` | `decimal` | | ☐ | Latitude coordinate. | | `person_geolocation_coordinates_longitude` | `decimal` | | ☐ | Longitude coordinate. | | `person_geolocation_coordinates_longitude` | `decimal` | | ☐ | Longitude coordinate. | | `person_geolocation_country` | `varchar2` | | ☐ | Country code. | | `person_geolocation_country` | `varchar2` | | ☐ | Country code. | | `person_geolocation_region` | `varchar2` | | ☐ | Region code. | | `person_geolocation_region` | `varchar2` | | ☐ | Region code. | | `person_nickname` | `varchar2` | | ☐ | Nickname for user (includes first name and last name). | | `person_nickname` | `varchar2` | | ☐ | Nickname for user (includes first name and last name). | | `person_phone` | `varchar2` | | ☐ | Phone number for user. | | `person_phone` | `varchar2` | | ☐ | Phone number for user. | | `person_timezone` | `int32` | | ☐ | Time zone offset of user in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `person_timezone` | `int32` | | ☐ | Time zone offset of user in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `person_website` | `varchar2` | | ☐ | Website of user. | | `person_website` | `varchar2` | | ☐ | Website of user. | | `score` | `int16` | | ☐ | Score associated to this profile, from 1 to 5 (based on ratings from user). | | `score` | `int16` | | ☐ | Score associated to this profile, from 1 to 5 (based on ratings from user). | | `updated_at` | `datetime` | | ☑ | Profile update timestamp. | | `updated_at` | `datetime` | | ☑ | Profile update timestamp. |# PeopleProfileByWebsiteIdAndPeopleId: Crisp People Profile ## Documentation One people profile of a website, retrieved by people identifier or email address. - Catalog: `Crisp` - Schema: `Crisp` - Primary Keys: `people_id` - Label: People Profile This is a read-only table function. The Crisp API may not support changing the data or the Invantive UniversalSQL driver for Crisp does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Crisp API. ## Parameters of Table Function The following parameters can be used to control the behaviour of the table function `PeopleProfileByWebsiteIdAndPeopleId`. 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 | |---|:---:|:---:|:---:|---| | `people_id` | `varchar2` | ☑ | | The people identifier, or the email address of the people profile. | | `people_id` | `varchar2` | ☑ | | The people identifier, or the email address of the people profile. | | `website_id` | `varchar2` | ☐ | | The website identifier. Defaults to the website ID of the connection when left out. | | `website_id` | `varchar2` | ☐ | | The website identifier. Defaults to the website ID of the connection when left out. | ## Columns of Table Function The columns of the table function `PeopleProfileByWebsiteIdAndPeopleId` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `active_last` | `datetime` | | ☐ | Timestamp at which the user was last active. | | `active_last` | `datetime` | | ☐ | Timestamp at which the user was last active. | | `active_now` | `char` | | ☐ | Whether user is considered active right now or not. | | `active_now` | `char` | | ☐ | Whether user is considered active right now or not. | | `company_description` | `varchar2` | | ☐ | Company description. | | `company_description` | `varchar2` | | ☐ | Company description. | | `company_domain` | `varchar2` | | ☐ | Company domain name. | | `company_domain` | `varchar2` | | ☐ | Company domain name. | | `company_geolocation_city` | `varchar2` | | ☐ | City name. | | `company_geolocation_city` | `varchar2` | | ☐ | City name. | | `company_geolocation_coordinates_latitude` | `decimal` | | ☐ | Latitude coordinate. | | `company_geolocation_coordinates_latitude` | `decimal` | | ☐ | Latitude coordinate. | | `company_geolocation_coordinates_longitude` | `decimal` | | ☐ | Longitude coordinate. | | `company_geolocation_coordinates_longitude` | `decimal` | | ☐ | Longitude coordinate. | | `company_geolocation_country` | `varchar2` | | ☐ | Country code. | | `company_geolocation_country` | `varchar2` | | ☐ | Country code. | | `company_geolocation_region` | `varchar2` | | ☐ | Region code. | | `company_geolocation_region` | `varchar2` | | ☐ | Region code. | | `company_legal_name` | `varchar2` | | ☐ | Company legal name. | | `company_legal_name` | `varchar2` | | ☐ | Company legal name. | | `company_metrics_arr` | `decimal` | | ☐ | Annual recurring revenue. | | `company_metrics_arr` | `decimal` | | ☐ | Annual recurring revenue. | | `company_metrics_employees` | `int32` | | ☐ | Number of employees. | | `company_metrics_employees` | `int32` | | ☐ | Number of employees. | | `company_metrics_market_cap` | `decimal` | | ☐ | Market capitalization. | | `company_metrics_market_cap` | `decimal` | | ☐ | Market capitalization. | | `company_metrics_raised` | `decimal` | | ☐ | Money raised. | | `company_metrics_raised` | `decimal` | | ☐ | Money raised. | | `company_name` | `varchar2` | | ☐ | Company name. | | `company_name` | `varchar2` | | ☐ | Company name. | | `company_timezone` | `int32` | | ☐ | Company time zone offset in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `company_timezone` | `int32` | | ☐ | Company time zone offset in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `company_url` | `varchar2` | | ☐ | Company website URL. | | `company_url` | `varchar2` | | ☐ | Company website URL. | | `created_at` | `datetime` | | ☑ | Profile creation timestamp. | | `created_at` | `datetime` | | ☑ | Profile creation timestamp. | | `email` | `varchar2` | | ☑ | Email for people profile. | | `email` | `varchar2` | | ☑ | Email for people profile. | | `notepad` | `varchar2` | | ☐ | Private notepad on people profile. | | `notepad` | `varchar2` | | ☐ | Private notepad on people profile. | | `people_id` | `varchar2` | | ☑ | People identifier. | | `people_id` | `varchar2` | | ☑ | People identifier. | | `person_address` | `varchar2` | | ☐ | Address for user. | | `person_address` | `varchar2` | | ☐ | Address for user. | | `person_avatar` | `varchar2` | | ☐ | Avatar for user. | | `person_avatar` | `varchar2` | | ☐ | Avatar for user. | | `person_description` | `varchar2` | | ☐ | Description for user. | | `person_description` | `varchar2` | | ☐ | Description for user. | | `person_employment_domain` | `varchar2` | | ☐ | Company domain name. | | `person_employment_domain` | `varchar2` | | ☐ | Company domain name. | | `person_employment_name` | `varchar2` | | ☐ | Company name. | | `person_employment_name` | `varchar2` | | ☐ | Company name. | | `person_employment_role` | `varchar2` | | ☐ | User role in company. | | `person_employment_role` | `varchar2` | | ☐ | User role in company. | | `person_employment_seniority` | `varchar2` | | ☐ | User seniority in company. | | `person_employment_seniority` | `varchar2` | | ☐ | User seniority in company. | | `person_employment_title` | `varchar2` | | ☐ | User title in company. | | `person_employment_title` | `varchar2` | | ☐ | User title in company. | | `person_gender` | `varchar2` | | ☐ | Gender for user; one of male and female. | | `person_gender` | `varchar2` | | ☐ | Gender for user; one of male and female. | | `person_geolocation_city` | `varchar2` | | ☐ | City name. | | `person_geolocation_city` | `varchar2` | | ☐ | City name. | | `person_geolocation_coordinates_latitude` | `decimal` | | ☐ | Latitude coordinate. | | `person_geolocation_coordinates_latitude` | `decimal` | | ☐ | Latitude coordinate. | | `person_geolocation_coordinates_longitude` | `decimal` | | ☐ | Longitude coordinate. | | `person_geolocation_coordinates_longitude` | `decimal` | | ☐ | Longitude coordinate. | | `person_geolocation_country` | `varchar2` | | ☐ | Country code. | | `person_geolocation_country` | `varchar2` | | ☐ | Country code. | | `person_geolocation_region` | `varchar2` | | ☐ | Region code. | | `person_geolocation_region` | `varchar2` | | ☐ | Region code. | | `person_nickname` | `varchar2` | | ☐ | Nickname for user (includes first name and last name). | | `person_nickname` | `varchar2` | | ☐ | Nickname for user (includes first name and last name). | | `person_phone` | `varchar2` | | ☐ | Phone number for user. | | `person_phone` | `varchar2` | | ☐ | Phone number for user. | | `person_timezone` | `int32` | | ☐ | Time zone offset of user in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `person_timezone` | `int32` | | ☐ | Time zone offset of user in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `person_website` | `varchar2` | | ☐ | Website of user. | | `person_website` | `varchar2` | | ☐ | Website of user. | | `score` | `int16` | | ☐ | Score associated to this profile, from 1 to 5 (based on ratings from user). | | `score` | `int16` | | ☐ | Score associated to this profile, from 1 to 5 (based on ratings from user). | | `updated_at` | `datetime` | | ☑ | Profile update timestamp. | | `updated_at` | `datetime` | | ☑ | Profile update timestamp. |