List survey groups
limesurvey_list_survey_groupsLists survey groups visible to a specified user or the current service account, returning results in JSON or Markdown format.
Instructions
List survey groups visible to a user.
Calls LimeSurvey RemoteControl method list_survey_groups. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | Optional administration username; null uses the current service account. | |
| 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 |