Update Team Group
Update the role a group holds on a team. Other grants on the team, including other groups’ bindings and direct user memberships, are unaffected. Replaces whatever this group held on this team, including a custom role.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The role this group's members get on the team. Other grants on the team — other groups' bindings and direct user memberships — are left untouched. One binding row carries exactly one grant, so this replaces whatever this group held on this team, including a custom role; assign custom roles through the custom-role endpoints.
TEAM_USER_ROLE_UNSPECIFIED, TEAM_USER_ROLE_AGENT, TEAM_USER_ROLE_MANAGER, TEAM_USER_ROLE_BUILDER, TEAM_USER_ROLE_VIEWER, TEAM_USER_ROLE_CONTRIBUTOR, TEAM_USER_ROLE_DRAFTER, TEAM_USER_ROLE_READONLY_AGENT, TEAM_USER_ROLE_APP_BUILDER Composite identifier ({team_id}:{group_id}). Alternative to team_id + group_id.
Response
Success

