Mark a user as verified
verify_userVerify a user's email address using a confirmation token. Omit the token to generate one, then submit it with the user ID to complete verification.
Instructions
Marks an account’s email as verified, which is otherwise done by the user clicking a link. 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. |