Skip to main content

addTeamMembers

Adds one or more members to a team.

addTeamMembers(
id: UUID!
members: [UUID!]!
): Team

Arguments

addTeamMembers.id ● UUID! non-null scalar

The UUID of the team to add members to.

addTeamMembers.members ● [UUID!]! non-null scalar

The UUIDs of the users or service accounts to add to the team.

Type

Team object

A team of users