Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Members via Teams interface to the created Team generates a welcome to group email. #137

Open
richwright opened this issue Aug 25, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@richwright
Copy link

The Owners and initial members receive the welcome to group email as part of the graph api step to create a group before adding a team.
When you add new members using the Teams interface is it possible to disable the welcome to group message?

@alexc-MSFT
Copy link
Member

@richwright this is a good point and yes it can be disabled with an update to the code, see this property in the REST API -

resourceBehaviorOptions | String collection | Specifies the group behaviors that can be set for a Microsoft 365 group during creation. This can be set only as part of creation (POST). Possible values are AllowOnlyMembersToPost, HideGroupInOutlook, SubscribeNewGroupMembers, WelcomeEmailDisabled. For more information, see Set Microsoft 365 group behaviors and provisioning options.
-- | -- | --

from here - https://docs.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-beta

I'm going to make this change as I think the welcome email for the group should be disabled.

@alexc-MSFT alexc-MSFT added enhancement New feature or request good first issue Good for newcomers labels Sep 14, 2020
@alexc-MSFT alexc-MSFT self-assigned this Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants