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