I am working on application(single domain means all users login thourgh same url and land on dashboard which is same for all tenants) in which
There is one super admin who can create Tenant through application(our webiste) using auth0 api.
There is Tenant list page where we have to show list of all tenants and have edit functionality.
I have created React App using quick start documentation
I created multiple tenants using dashboard
but in application I can set one tenant setting (client id , domain id)one at a time .
How to create super admin who has access of all tenants (How I will achieve in My application)
How Can I access all tenants listing using credentails of super admin ?