# crp_people.maintain_people_profile: Crisp Adds a new people profile. crp_people.maintain_people_profile: Crisp Adds a new people profile. Update/insert a new people profile.Parameters of Procedure The following parameters can be used to control the behaviour of the procedure `crp_people.maintain_people_profile`. 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 `begin package.procedure(value1, value2, value3); end` on a procedure 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 `begin package.procedure(name1 => value1, name3 => value3); end` on the same procedure 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 | |---|:---:|:---:|:---:|---| | `insert` | `boolean` | ☑ | | Whether to use insert instead of update. | | `insert` | `boolean` | ☑ | | Whether to use insert instead of update. | | `insert` | `boolean` | ☑ | | Whether to use insert instead of update. | | `insert` | `boolean` | ☑ | | Whether to use insert instead of update. | | `email` | `string` | ☑ | | Email for people profile. | | `email` | `string` | ☑ | | Email for people profile. | | `email` | `string` | ☑ | | Email for people profile. | | `email` | `string` | ☑ | | Email for people profile. | | `person_nickname` | `string` | ☐ | | Nickname for user (includes first name and last name). | | `person_nickname` | `string` | ☐ | | Nickname for user (includes first name and last name). | | `person_nickname` | `string` | ☐ | | Nickname for user (includes first name and last name). | | `person_nickname` | `string` | ☐ | | Nickname for user (includes first name and last name). | | `person_address` | `string` | ☐ | | Address. | | `person_address` | `string` | ☐ | | Address. | | `person_address` | `string` | ☐ | | Address. | | `person_address` | `string` | ☐ | | Address. | | `person_notepad` | `string` | ☐ | | Notepad contents. | | `person_notepad` | `string` | ☐ | | Notepad contents. | | `person_notepad` | `string` | ☐ | | Notepad contents. | | `person_notepad` | `string` | ☐ | | Notepad contents. | | `person_employment_name` | `string` | ☐ | | Name of employer. | | `person_employment_name` | `string` | ☐ | | Name of employer. | | `person_employment_name` | `string` | ☐ | | Name of employer. | | `person_employment_name` | `string` | ☐ | | Name of employer. | | `person_employment_title` | `string` | ☐ | | Job title. | | `person_employment_title` | `string` | ☐ | | Job title. | | `person_employment_title` | `string` | ☐ | | Job title. | | `person_employment_title` | `string` | ☐ | | Job title. | | `person_gender` | `string` | ☐ | | Gender. | | `person_gender` | `string` | ☐ | | Gender. | | `person_gender` | `string` | ☐ | | Gender. | | `person_gender` | `string` | ☐ | | Gender. | | `person_avatar` | `string` | ☐ | | Avatar. | | `person_avatar` | `string` | ☐ | | Avatar. | | `person_avatar` | `string` | ☐ | | Avatar. | | `person_avatar` | `string` | ☐ | | Avatar. | | `person_phone` | `string` | ☐ | | Phone number. | | `person_phone` | `string` | ☐ | | Phone number. | | `person_phone` | `string` | ☐ | | Phone number. | | `person_phone` | `string` | ☐ | | Phone number. | | `person_locales` | `string` | ☐ | | Locales (comma-separated list). | | `person_locales` | `string` | ☐ | | Locales (comma-separated list). | | `person_locales` | `string` | ☐ | | Locales (comma-separated list). | | `person_locales` | `string` | ☐ | | Locales (comma-separated list). | | `company_name` | `string` | ☐ | | Company name. | | `company_name` | `string` | ☐ | | Company name. | | `company_name` | `string` | ☐ | | Company name. | | `company_name` | `string` | ☐ | | Company name. | | `company_url` | `string` | ☐ | | Company URL. | | `company_url` | `string` | ☐ | | Company URL. | | `company_url` | `string` | ☐ | | Company URL. | | `company_url` | `string` | ☐ | | Company URL. | | `company_domain` | `string` | ☐ | | Company domain. | | `company_domain` | `string` | ☐ | | Company domain. | | `company_domain` | `string` | ☐ | | Company domain. | | `company_domain` | `string` | ☐ | | Company domain. | | `company_country` | `string` | ☐ | | Company country. | | `company_country` | `string` | ☐ | | Company country. | | `company_country` | `string` | ☐ | | Company country. | | `company_country` | `string` | ☐ | | Company country. | | `company_city` | `string` | ☐ | | Company city. | | `company_city` | `string` | ☐ | | Company city. | | `company_city` | `string` | ☐ | | Company city. | | `company_city` | `string` | ☐ | | Company city. | | `company_emails` | `string` | ☐ | | Company email addresses (comma-separated list). | | `company_emails` | `string` | ☐ | | Company email addresses (comma-separated list). | | `company_emails` | `string` | ☐ | | Company email addresses (comma-separated list). | | `company_emails` | `string` | ☐ | | Company email addresses (comma-separated list). | | `company_phones` | `string` | ☐ | | Company phone numbers (comma-separated list). | | `company_phones` | `string` | ☐ | | Company phone numbers (comma-separated list). | | `company_phones` | `string` | ☐ | | Company phone numbers (comma-separated list). | | `company_phones` | `string` | ☐ | | Company phone numbers (comma-separated list). | | `company_metric_employees` | `int32` | ☐ | | Company number of employees. | | `company_metric_employees` | `int32` | ☐ | | Company number of employees. | | `company_metric_employees` | `int32` | ☐ | | Company number of employees. | | `company_metric_employees` | `int32` | ☐ | | Company number of employees. | | `person_segments` | `string` | ☐ | | Person segments (comma-separated list). | | `person_segments` | `string` | ☐ | | Person segments (comma-separated list). | | `person_segments` | `string` | ☐ | | Person segments (comma-separated list). | | `person_segments` | `string` | ☐ | | Person segments (comma-separated list). | | `company_tags` | `string` | ☐ | | Company tags (comma-separated list). | | `company_tags` | `string` | ☐ | | Company tags (comma-separated list). | | `company_tags` | `string` | ☐ | | Company tags (comma-separated list). | | `company_tags` | `string` | ☐ | | Company tags (comma-separated list). | | `person_geolocation_country` | `string` | ☐ | | Geolocation country of person. | | `person_geolocation_country` | `string` | ☐ | | Geolocation country of person. | | `person_geolocation_country` | `string` | ☐ | | Geolocation country of person. | | `person_geolocation_country` | `string` | ☐ | | Geolocation country of person. | | `person_geolocation_region` | `string` | ☐ | | Geolocation region of person. | | `person_geolocation_region` | `string` | ☐ | | Geolocation region of person. | | `person_geolocation_region` | `string` | ☐ | | Geolocation region of person. | | `person_geolocation_region` | `string` | ☐ | | Geolocation region of person. | | `person_geolocation_city` | `string` | ☐ | | Geolocation city of person. | | `person_geolocation_city` | `string` | ☐ | | Geolocation city of person. | | `person_geolocation_city` | `string` | ☐ | | Geolocation city of person. | | `person_geolocation_city` | `string` | ☐ | | Geolocation city of person. | | `company_region` | `string` | ☐ | | Company region. | | `company_region` | `string` | ☐ | | Company region. | | `company_region` | `string` | ☐ | | Company region. | | `company_region` | `string` | ☐ | | Company region. | | `person_description` | `string` | ☐ | | Description of person. | | `person_description` | `string` | ☐ | | Description of person. | | `person_description` | `string` | ☐ | | Description of person. | | `person_description` | `string` | ☐ | | Description of person. | | `person_website` | `string` | ☐ | | Website of person. | | `person_website` | `string` | ☐ | | Website of person. | | `person_website` | `string` | ☐ | | Website of person. | | `person_website` | `string` | ☐ | | Website of person. | | `person_timezone` | `int32` | ☐ | | Time zone offset of person in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `person_timezone` | `int32` | ☐ | | Time zone offset of person in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `person_timezone` | `int32` | ☐ | | Time zone offset of person in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `person_timezone` | `int32` | ☐ | | Time zone offset of person in minutes relative to UTC, negated (-120 stands for UTC+02:00). | | `person_employment_domain` | `string` | ☐ | | Domain name of employer. | | `person_employment_domain` | `string` | ☐ | | Domain name of employer. | | `person_employment_domain` | `string` | ☐ | | Domain name of employer. | | `person_employment_domain` | `string` | ☐ | | Domain name of employer. | | `person_employment_role` | `string` | ☐ | | Role in company. | | `person_employment_role` | `string` | ☐ | | Role in company. | | `person_employment_role` | `string` | ☐ | | Role in company. | | `person_employment_role` | `string` | ☐ | | Role in company. | | `person_employment_seniority` | `string` | ☐ | | Seniority in company. | | `person_employment_seniority` | `string` | ☐ | | Seniority in company. | | `person_employment_seniority` | `string` | ☐ | | Seniority in company. | | `person_employment_seniority` | `string` | ☐ | | Seniority in company. | | `company_legal_name` | `string` | ☐ | | Company legal name. | | `company_legal_name` | `string` | ☐ | | Company legal name. | | `company_legal_name` | `string` | ☐ | | Company legal name. | | `company_legal_name` | `string` | ☐ | | Company legal name. | | `company_description` | `string` | ☐ | | Company description. | | `company_description` | `string` | ☐ | | Company description. | | `company_description` | `string` | ☐ | | Company description. | | `company_description` | `string` | ☐ | | Company description. | | `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_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_metric_market_cap` | `decimal` | ☐ | | Company market capitalization. | | `company_metric_market_cap` | `decimal` | ☐ | | Company market capitalization. | | `company_metric_market_cap` | `decimal` | ☐ | | Company market capitalization. | | `company_metric_market_cap` | `decimal` | ☐ | | Company market capitalization. | | `company_metric_raised` | `decimal` | ☐ | | Company money raised. | | `company_metric_raised` | `decimal` | ☐ | | Company money raised. | | `company_metric_raised` | `decimal` | ☐ | | Company money raised. | | `company_metric_raised` | `decimal` | ☐ | | Company money raised. | | `company_metric_arr` | `decimal` | ☐ | | Company annual recurring revenue. | | `company_metric_arr` | `decimal` | ☐ | | Company annual recurring revenue. | | `company_metric_arr` | `decimal` | ☐ | | Company annual recurring revenue. | | `company_metric_arr` | `decimal` | ☐ | | Company annual recurring revenue. |