Mark a user as verified
verify_userVerify a user's email address by confirming the token received from an unconfirmed verification call, completing the account activation process.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |