coder/docs/cli/users_create.md at templates-docs · javaarchive/coder · GitHub
Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 931 Bytes

File metadata and controls

43 lines (27 loc) · 931 Bytes

users create

Usage

coder users create [flags]

Options

--disable-login

Type bool

Disabling login for a user prevents the user from authenticating via password or IdP login. Authentication requires an API key/token generated by an admin. Be careful when using this flag as it can lock the user out of their account.

-e, --email

Type string

Specifies an email address for the new user.

-p, --password

Type string

Specifies a password for the new user.

-u, --username

Type string

Specifies a username for the new user.