addGroupToTeam

Add a group to a team

Format

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

Parameters

Table 1. Request parameters
Parameter Type Required Description
group string true Name of the group
team string true Name of the team
type string true Name of the type to use

Example

udclient -username admin -password admin 
  -weburl https://myserver.example.com:8443
  addGroupToTeam
  -group group1
  -team MyTeam
  -type MyRole

Related REST command: Add a group to a team.


Feedback