Level 2
Looks like once you create a team, Spark autoselects one if you are not in the context of one. Current team is tracked by current_team_id in the user model, currentTeam() method selects the first team if none is selected and sets that value in the DB. Therefore what I would like is not possible in spark without modifying core functionality I do not want to touch.