Using auth0 for multiple tenets (single database)

Hi I am using auth0 for my universal login but In my app the user can create an organization and if he create an organization that is also available in all of the app just like he can use one email to login to every app

How can I achieve this with auth0

To achieve this Auth0, you can use the Universal Login feature which allows for single sign-on (SSO) across multiple apps. This way, a user can log in once and access all associated apps with one set of credentials.

Hi yes I am using the universal login feature but what about teams lets a user create a team in one app that team should be accessable in all the others apps just like the user how can I achieve that