pub async fn retrieve_tenant_with_id(
configuration: &Configuration,
tenant_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<TenantResponse, Error<RetrieveTenantWithIdError>>
Expand description
Retrieves the tenant for the given Id.