List users
list_usersRetrieve the full list of user accounts on a Woodpecker CI instance. Requires admin privileges; shows every account created since first login, with pagination support.
Instructions
Lists the accounts known to this Woodpecker instance. Admin only. Woodpecker creates an account the first time someone logs in, so this is everyone who has ever used it, not a managed roster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. | |
| per_page | No | Entries per page (1 … 50). Woodpecker clamps anything above 50 without saying so. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |