addUserToGroup
Add a user to a group
Format
udclient [global-args...] [global-flags...]
addUserToGroup [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://deployserver.example.com:8443
addUserToGroup
-user jsmith
-group group1
Related REST command: Add a user to a group.