removeUserFromGroup#

Remove a user from a group

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  removeUserFromGroup [parameters]

Parameters#

Parameter Type Required Description
user string true Name of the user
group string true Name of the group

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  removeUserFromGroup 
  -user jsmith
  -group group1

Related REST command: Remove a user from a group.

Parent topic: CLI Commands