Set participant properties
limesurvey_set_participant_propertiesUpdate participant properties in a LimeSurvey survey by matching a token or token-table ID.
Instructions
Update a participant matched by token or token-table ID.
Calls LimeSurvey RemoteControl method set_participant_properties. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Participant properties to update. | |
| query | Yes | Participant lookup properties. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |