addGroupToTeam
Add a group to a role on a team
Format
udclient [global-args...] [global-flags...]
addGroupToTeam [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| group | string | true | Name or ID of the group |
| team | string | true | Name or ID of the team |
| role | string | true | Name or ID of the role to give to the group |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
addGroupToTeam
-group group1
-team MyTeam
-role MyRoleRelated REST command: Add a group to a role on a team.