Notifications
Announcements
I know we can create a Team using a Flow action. In addition to creating a Team based on inputs received via a Form, I want to set it's properties like HiddenFromExchangeClientsEnabled, HiddenFromAddressListsEnabled etc. Any thought?
Hi @ranjeetnegi,
As far as I can tell from the documentation you could use the hideFromAddressLists & hideFromOutlookClients properties in a PATCH requests on an existing group:
https://docs.microsoft.com/en-us/graph/api/group-post-groups?view=graph-rest-1.0&tabs=http#request-body
Hi @Expiscornovus,
Thanks for your response.
I too thought something similar. Being relatively new to Power Automate, I am looking for exact action/steps to hook this graph code.
You can use a separate PATCH request via the Send an HTTP request (preview) action from the Office 365 Groups connector for this.
{ "hideFromOutlookClients": true, "hideFromAddressLists": true }
Thanks for your response. Essentially, I want the requester to fill the a form (Microsoft Form) and based on the inputs (name, email address, owners) provided in the form, create a Team and set it's attributes that I mentioned. Would I still need to follow the same steps?
In that case you could add that last action to your flow setup. After the team has been created.
Below is an example.
Thanks @Expiscornovus. I'll give it a try and post here the update here. Thanks again.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
trice602 398 Super User 2025 Season 2
David_MA 331 Super User 2025 Season 2
Expiscornovus 203 Most Valuable Professional