System Administration > Lifecycle Management > Nodes > User Management > Users

add user <username> [full-name <full-name>] [password <node-password>] [password-expiration-frequency <days>] [password-expiration-warning <days>] [password-reset-required]

Add a new local user. By default status for newly created local user will be NOT_ACTIVATED and administrator will require to explicitly activate such users. When password is specified with command, status for created local user will be ACTIVE.

Parameters:

Option Description
<username> Local user username argument
Allowed pattern: ^((?!audit$).)+$
<password-expiration-warn-days> Number of days password warn messages before change (1 - 9999)
<password-expiration-days> Number of days password valid after change (1 - 9999)
<password> Password of user
<full-name> Full name of the user


Example:

nsx-manager> add user testuser full-name "Test User" password Str0ng_Pwd!Wins$ nsx-manager> or nsx-manager> add user testuser full-name "Test User" password-expiration-frequency 90 password-reset-required nsx-manager> or nsx-manager> add user testuser password Str0ng_Pwd!Wins$ password-expiration-warning 7 nsx-manager>

Mode:

Basic

Availability: