How do teams work in user management?

In the schema section of the organizations plugin, I can see that there is a member table that connects users to orgs. However, there doesn't seem to be any tables that connect users to teams. How is that supposed to work conceptually?
Solution:
The relationship between users and teams is actually managed through the member table, which serves as a junction table between users, org , and team.
Jump to solution
1 Reply
Solution
KiNFiSH
KiNFiSH2w ago
The relationship between users and teams is actually managed through the member table, which serves as a junction table between users, org , and team.

Did you find this page helpful?