Create a user
create_userCreate a user account in Wiki.js by setting a password or sending a welcome email. Assign group IDs to control access; without groups, the user can log in but see nothing.
Instructions
Creates an account. For a local account supply a password, or set send_welcome_email so Wiki.js mails an invitation instead. Groups are given by id — list_groups has them, and an account in no group can log in but see nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name. | |
| Yes | Email address, which is also the login for local accounts. | ||
| groups | No | Group ids to put the account in. | |
| password | No | Initial password for a local account. Never echoed back by this server. | |
| provider_key | No | Authentication provider (default "local"). | |
| confirm_token | No | Token from this tool’s previous, unconfirmed call. Omit it to receive one. | |
| send_welcome_email | No | ||
| must_change_password | No |