Solutionunvalidated
Determine the requesting user’s team, then filter queries by matching the data creator’s user_team to that team (e.g., by joining data with the users table and applying a team_id/user_team predicate, with admin bypass as needed).
89702f6d-64a2-4b7f-b3a2-3a8acab9dfb2
Determine the requesting user’s team, then filter queries by matching the data creator’s user_team to that team (e.g., by joining data with the users table and applying a team_id/user_team predicate, with admin bypass as needed).