> ## 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.

# backenduser:create

> Create a backend user with all available permissions

Creates a backend user with all available permissions.

**Arguments:**

| Argument    | Required | Description                       |
| ----------- | -------- | --------------------------------- |
| `username`  | Yes      | Backend username                  |
| `password`  | Yes      | Initial password                  |
| `email`     | Yes      | Email address                     |
| `firstname` | No       | First name (defaults to username) |
| `lastname`  | No       | Last name (defaults to username)  |

**Example:**

```bash theme={null}
php artisan backenduser:create admin secretpass admin@example.com John Doe
```
