bitmovin_api_sdk.account.organizations.tenants package
Submodules
bitmovin_api_sdk.account.organizations.tenants.tenants_api module
- class bitmovin_api_sdk.account.organizations.tenants.tenants_api.TenantsApi(**kwargs)[source]
Bases:
BaseApi
- list(organization_id: string_types, **kwargs: dict) TenantWithGroups [source]
List all Tenants with their groups for a given organization
- Parameters
organization_id (string_types, required) – Id of the organization
- Returns
Tenants with group details
- Return type