Scenario: I have app.mysaas.com and I have multiple customers, for example, Google and Apple. user@user.com can be a team member in Google and in Apple.
What is the best way to design multiple organizations in Django? A similar feature is in, for example, Notion. How this should be designed with best practices on the database and API level? How to implement switching between organizations and storing data that belongs to a specific organization?
I want a single database, no subdomains.