Import central participants
limesurvey_cpd_importParticipantsImport participant records into the central database, with optional updates for existing entries and selectable output format.
Instructions
Import records into the central participant database.
Calls LimeSurvey RemoteControl method cpd_importParticipants. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| participants | Yes | Central participant records. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
| update_existing | No | Update matching existing records. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |