Forum Discussion
Bernd Rickenberg
Jul 18, 2017Brass Contributor
Setting Unified Group properties via API
The Set-UnifiedGroup PowerShell commandlet has a couple of interessting properties. In particular, hiding the group from the global address list (HiddenFromAddressListsEnabled) and enabling/disabling...
Julian_Dano
Jun 06, 2019Copper Contributor
Thanks for posting this! Can you post where you found this? I'm curious as to the other options available within the resourceBehaviorOptions attribute. Thanks
ShaneOss
Jun 20, 2019Brass Contributor
Julian_Dano @Matthias Habegger
Values for resourceBehaviorOptions:
- AllowOnlyMembersToPost
- CalendarMemberReadOnly
- ConnectorsEnabled
- HideGroupInOutlook
- NotebookForLearningCommunitiesEnabled
- ReportToOriginator
- SharePointReadonlyForMembers
- SubscriptionEnabled
- SubscribeMembersToCalendarEvents
- SubscribeMembersToCalendarEventsDisabled
- SubscribeNewGroupMembers
- WelcomeEmailDisabled
- WelcomeEmailEnabled
- AllabakshGunjeAug 19, 2019Copper ContributorShaneOss,
Unfortunately I am not able to find resourceBehaviorOptions attribute in graph api. Graph API is up to date, but till this attribute is missing. Kindly suggest- Kevin_MorganSep 06, 2019Iron Contributor
Now you can set resourceBehaviorOptions attribute while creating new group, but it is still not supported in edit group.
For more info: https://www.morgantechspace.com/2019/09/hide-office-365-group-from-gal-using-graph-api.html
- HaroldEmbraceAug 19, 2019Copper Contributor
AllabakshGunje I hope this helps: https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/528