create_user
Create new user accounts in PocketBase databases by providing email, password, and user details for authentication setup.
Instructions
Create a new user account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | User email | ||
| password | Yes | User password | |
| passwordConfirm | Yes | Password confirmation | |
| name | No | User name | |
| collection | No | Collection name (default: users) | users |