Set up user profile
setup_user_profileMerge questionnaire answers into the master profile, updating only provided fields while preserving existing data and preventing duplicate questions.
Instructions
Apply the user's answers to the missing-information questionnaire, merging them into the Master Profile. Pass an answers object keyed by field name (e.g. { fullName, email, phone, location, workAuthorization, workModePreference, noticePeriod, salaryExpectation, preferredRoles }). Only fills provided fields; never overwrites with blanks; never asks twice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | Map of profile field -> answer. Comma-separated strings are accepted for list fields. |