I would like to show Teams created with Microsoft Graph API in Outlook.
Therefore, I need the Microsoft Graph API equivalence of calling the following PowerShell command:
set-UnifiedGroup -identity "id_of_the_group" -HiddenFromExchangeClientsEnabled:$false
Note that Microsoft Teams are hidden from Outlook by default, as stated here.
Found resources