admin_create_user
Create a new user account with specified username, email, and password. Requires admin privileges; optionally force password change on first login.
Instructions
Create a new user (requires admin privileges)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username for the new user | |
| Yes | Email address for the new user | ||
| password | Yes | Password for the new user | |
| must_change_password | No | Whether the user must change password on first login |