CLI Reference > Server Administration Commands > integrity editmksdomainuser
integrity editmksdomainuser
edits an MKS Domain user
Synopsis
integrity editmksdomainuser [--email=value] [--fullName=value] [--principalType=[ServicePrincipal|User]] [--userPassword=value] [--hostname=server] [--port=number] [--password=password] [--user=name] [(-?|--usage)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [(-Ffile|--selectionFile=file)] [(-g|--gui)] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] user...
Description
integrity editmksdomainuser edits the details of a user in the MKS Domain. For example:
integrity editmksdomainuser [email protected] jriley
specifies an e-mail address for jriley.
Options
This command takes the universal options available to all integrity commands, as well as some general options. See the options reference page for descriptions.
--email=value
specifies a new e-mail address for the user.
--fullName=value
specifies a new name for the user.
--principalType=[ServicePrincipal|User]
secifies whether the user’s role is being updated to Service Principal. If --principalType is not specified, then the system defaults to the normal user. You must explicitly set this option to ServicePrincipal when creating or editing a Service Principal.
--userPassword=value
specifies a new password for the edited user.
user...
specifies the login ID of the user you are editing.
Diagnostics
See the diagnostics reference page for possible exit status values.
See Also
Miscellaneous: ACL, diagnostics,options, preferences
Was this helpful?