Provide a view on the user's organizations in the Admin Dashboard

Feature: Provide a view on the user’s organizations in the Admin Dashboard

Description: In the Auth0 Admin Dashboard I would like to have a view on the user’s organizations. I think about something like that:

Go to “User Management” > “Users” > select a user > new Tab “Organizations”
→ here I see a list of all organizations the user belongs to (membership)

At the moment it is only possible the other way around. I can only go to an organization to list all of its members.

Use-case: This improvement would be very helpful for all who build a multi-organization-application.

It should also be quite easy to bring it in the admin-ui since the necessary endpoint in the management API does already exist: List user’s organizations | Auth0 Management API v2