SOLVED

Microsoft Teams discoverability options in Graph API

Iron Contributor

I wanted to know when Teams discoverability options https://docs.microsoft.com/en-us/microsoftteams/manage-discovery-of-private-teams will be available in Graph API.

 

Documentation states of a new property ShowInSearchAndSuggestions to control discovery of private teams in search.

 

Will this option be available in create new Team REST API https://docs.microsoft.com/en-us/graph/api/team-put-teams?view=graph-rest-1.0.

2 Replies

@Gurdev Singh This ability is available in the beta endpoint: https://docs.microsoft.com/en-us/graph/api/team-put-teams?view=graph-rest-beta

I don't have any timings as to when it will be transferred into v1.0 endpoint, I'm sorry.

best response confirmed by Gurdev Singh (Iron Contributor)
Solution

@Gurdev Singh  This feature is still rolling out across our rings, right now you'll be able to set or unset the "showInTeamsSearchAndSuggestions" discover settings via the Graph APIs and read this value. However the changes needed for the Desktop, Web, and Mobile clients are still working through and should be available soon.

 
1 best response

Accepted Solutions
best response confirmed by Gurdev Singh (Iron Contributor)
Solution

@Gurdev Singh  This feature is still rolling out across our rings, right now you'll be able to set or unset the "showInTeamsSearchAndSuggestions" discover settings via the Graph APIs and read this value. However the changes needed for the Desktop, Web, and Mobile clients are still working through and should be available soon.

 

View solution in original post