--- sidebar_label: "user" sidebar_position: 4 --- import { Table } from "docs-ui" export const metadata = { title: `user Command - Medusa CLI Reference`, } # {metadata.title} Create a new admin user. ```bash npx medusa user --email [--password ] ``` ## Options Option Description Required Default `-e `, `--email ` The user's email. Yes \- `-p `, `--password ` The user's password. No \- `-i `, `--id ` The user's ID. No An automatically generated ID. `--invite` Whether to create an invite instead of a user. When using this option, you don't need to specify a password. If ran successfully, you'll receive the invite token in the output. No `false`