create_or_merge_user
Create a new user profile or merge supplied values into an existing profile (POST). Existing fields not included are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Profile data to create or merge (e.g. { email: "...", phone_number: "..." }) | |
| user_id | Yes | The user ID |