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

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
}
}
assign_team_ownersupdate_email_domain
Built with