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
role string true Name of the role to give to the group

Related CLI command: addGroupToTeam.


Feedback