Boundary
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
:
$ boundary users create -name prodops -description "User for ProdOps"
Usage
$ boundary users create [options] [args]
Command options
-description=<string>
- The description to assign the user.-name=<string>
- The name to assign to the user.-scope-id=<string>
- The scope you want to create the user in. The default isglobal
. You can also specify the scope using the BOUNDARY_SCOPE_ID environment variable.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: