useradd <Username>
VMware NSX
VMware NSX-T Data Center
Using the standard linux command to add a user in NSX is not supported.
The ability to add local users is only available in NSX 4.1 onwards
Specifically, a local user can be added using the nsx-cli command:
add user <username>
Note: By default status for newly created local user will be NOT_ACTIVATED and administrator will require to explicitly activate such users
User can be activated and password applied using the nsx-cli command :
activate user <username> password <password>