Orchestrator API call to get list of tenants without having to use host admin

Only host admins can make tenant requests in the Orchestrator API at the moment. Using the host admin account it not desirable to use for API calls since its a built in admin account with full rights to the system.

A use case is when you have multiple tenants and want to make make some API calls to each tenant, for example to list all users. Since the number of tenants and their names might change it would great to make an API call to get a list of the tenants first before make the call to each of the tenants.