List administration users
limesurvey_list_usersRetrieves a list of administration users from LimeSurvey, optionally filtered by user ID or username.
Instructions
List administration users, optionally filtered by ID or username.
Calls LimeSurvey RemoteControl method list_users. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Optional administration user ID. | |
| username | No | Optional administration username. | |
| 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 |