Skip to main content

AssignOrganizationRoleToTeamInput

No description

input AssignOrganizationRoleToTeamInput {
teamId: ID!
organizationId: ID!
role: OrganizationRole!
}

Fields
Link copied!

AssignOrganizationRoleToTeamInput.teamId ● ID! non-null scalar
Link copied!

The ID of the team to assign the role to

AssignOrganizationRoleToTeamInput.organizationId ● ID! non-null scalar
Link copied!

The ID of the org for the role that is to be assigned

AssignOrganizationRoleToTeamInput.role ● OrganizationRole! non-null enum
Link copied!

The role to assign to this team

Member of
Link copied!

assignOrganizationRoleToTeam mutation