Team Group API
Create Team Group
Bind a group to a team with a specified role. Every member of the group holds that role on the team. Purely additive: existing grants on the team, including other groups’ bindings and direct user memberships, are unaffected.
POST
Create Team Group
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
The role this group's members get on the team. Purely additive: every other grant on the team — other groups' bindings and direct user memberships, custom roles included — is left untouched.
Available options:
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 Response
Success
Create Team Group

