--- layout: docs page_title: users create - Command description: |- The "users create" command lets you create a new user. --- # users create Command: `users create` The `users create` command lets you create a new user. ## Example This example creates a user `prodops` with the description `User for ProdOps`: ```shell-session $ boundary users create -name prodops -description "User for ProdOps" ``` ## Usage ```shell-session $ boundary users create [options] [args] ``` ### Command options - `-description=` - The description to assign the user. - `-name=` - The name to assign to the user. - `-scope-id=` - The scope you want to create the user in. The default is `global`. You can also specify the scope using the **BOUNDARY_SCOPE_ID** environment variable. @include 'cmd-option-note.mdx'