Add a group to a team

Request

PUT https://{hostname}:{port}
  /cli/teamsecurity/groups?{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

Related CLI command: addGroupToTeam.


Feedback