Mutations
/remove_team_owners
remove_team_owners
Removes 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
- Removes the specified users as owners of the specified team.
mutation remove_team_owners($team_id: ID!, $user_ids: [ID!]!) { remove_team_owners(team_id: $team_id, user_ids: $user_ids) { # remove_team_owners fields } }
Built with