Create a user
create_userPre-create a Woodpecker CI account for a user before their first login, optionally granting instance admin rights. Enables setting up administrators ahead of first sign-in.
Instructions
Registers an account ahead of its first login. Admin only. This does not create anything in the forge and grants no access there — the person still signs in through the forge; this only pre-creates the Woodpecker record, which is how you make someone an admin before they first log in. Passing admin=true asks a person first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| admin | No | Make the account an instance administrator. Grants access to every repository, secret and agent on the server, so passing true asks a person first. | |
| No | Email address. | ||
| login | Yes | The login exactly as the forge spells it. A mismatch creates a second, unused account instead of the one you meant. | |
| confirm_token | No | Token from a previous call of this tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |