Add a group to a role on a team

Request

PUT https://{hostname}:{port}
    /cli/teamsecurity/groups?{parameters}
Accept: text/plain
Table 1. Request parameters
Parameter Type Required Description
group string true Name or ID of the group
team string true Name or ID of the team
role string true Name or ID of the role to give to the group
Table 2. Header parameters
Parameter Type Required Description
Accept text/plain true

Related CLI command: addGroupToTeam.