Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.24 KB

File metadata and controls

54 lines (41 loc) · 1.24 KB
title teamDiscoverySettings resource type
description Settings to configure team discoverability by others.
ms.localizationpriority medium
author MSFTRickyCastaneda
ms.subservice teams
doc_type resourcePageType
ms.date 08/19/2024

teamDiscoverySettings resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Provides settings to enable others to configure team discoverability. You can only modify discovery settings for private teams.

Properties

Property Type Description
showInTeamsSearchAndSuggestions Boolean If set to true, the team is visible via search and suggestions from the Teams client.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "showInTeamsSearchAndSuggestions": true
}