addUserToTeam

Add a user to a team

Format

udclient [global-args...] [global-flags...]
  addUserToTeam [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
user string true Name of the user
team string true Name of the team
role string true Name of the role to give to the user

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  addUserToTeam
  -user jdoe
  -team MyTeam
  -type MyRole

Related REST command: Add a user to a team.


Feedback