> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# usermgmt:frontendusercreate

> Create a new frontend user with specified credentials

Creates a new frontend user with the specified credentials.

**Arguments:**

| Argument   | Required | Description       |
| ---------- | -------- | ----------------- |
| `username` | Yes      | The username      |
| `name`     | Yes      | The display name  |
| `email`    | Yes      | The email address |
| `password` | Yes      | The password      |

**Options:**

| Option    | Shortcut | Description               |
| --------- | -------- | ------------------------- |
| `--force` | `-f`     | Skip confirmation prompts |

**Example:**

```bash theme={null}
php artisan usermgmt:frontendusercreate jdoe "John Doe" jdoe@example.com secretpass
```
