Reset a user’s password
reset_user_passwordInitiate a password reset for a Wiki.js local account, sending the user an email link to set a new password. Use the returned confirmation token to confirm the reset.
Instructions
Starts Wiki.js’ own password reset for a local account, which emails the user a link. No password is chosen or returned here. Requires a confirmation token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Numeric Wiki.js id. | |
| confirm_token | No | Token from this tool’s previous, unconfirmed call. Omit it to receive one. |