Mutations
/assign_team_owners
assign_team_owners
Assigns the specified users as owners of the specified team.
Arguments
team_id
ID!
Required
The team identifier.user_ids
[ID!]!
Required
The user identifiers (max 200)
Returns
- Assigns the specified users as owners of the specified team.
mutation assign_team_owners($team_id: ID!, $user_ids: [ID!]!) { assign_team_owners(team_id: $team_id, user_ids: $user_ids) { # assign_team_owners fields } }
Built with