2.2.38 user

This command is used for scripted management of users. For instance, when using the systemimport command that imports all users by default as disabled, you need this command to enable the users again. 

To know how use the mzsh user command, see below for input and output:

Input
mzsh mzadmin/dr help user
Output
usage: user <command> <command options>

 Commands:

   user enable <name>

   user disable <name>

Specifying the [command] and [command options] is mandatory.

When running a command without specifying any arguments, an error is displayed immediately.

mzsh mzadmin/dr user

Invalid command was entered.

usage: user <command> <command options>

 Commands:

   user enable <name>

   user disable <name>

Return Codes

Listed below are the different return codes for the user command:


CodeDescription

0

Will be returned if the command was successful.

1

Will be returned if the argument count is incorrect.