create_user
Create a Redmine user account with optional admin privileges. Redmine generates the password and emails it, so no credential passes through the conversation.
Instructions
Create a user. Requires administrator privileges.
The password is generated by Redmine itself and emailed to the person — this tool deliberately does not accept a password as a parameter, so no credential ever passes through the conversation. To set the password manually instead, use the Redmine web UI.
Args: login: username for authentication. firstname: first name. lastname: last name. email: email address, also used to send the credentials. admin: grants administrator privileges. send_information: sends the email with the generated password. Only turn this off if you'll set the password another way — without it, the person cannot log in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| admin | No | ||
| Yes | |||
| login | Yes | ||
| lastname | Yes | ||
| firstname | Yes | ||
| send_information | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |