get https://api.trinsic.id/provider/v1/tenants
List all available tenants for the current authorization context.
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
IList<TenantContract> tenants = await _providerClient.ListTenantsAsync();
let tenants = await providerClient.listTenants();
tenants = provider_client.list_tenants()
tenants = provider_client.list_tenants