Forum Discussion
solvi_sig
Oct 09, 2020Copper Contributor
Add team member without email via graph api
Hi, I´m adding member to a team using the graph API but I don't want the email to be sent to the member. Is there anyway to do this? HTTP: POST https://graph.microsoft.com/v1.0/groups/{grou...
- Oct 09, 2020
That's a group-wide setting, I'm not sure whether you can control it per user. Best turn it off for the group (UnifiedGroupWelcomeMessageEnabled parameter).
VasilMichev
Oct 09, 2020MVP
That's a group-wide setting, I'm not sure whether you can control it per user. Best turn it off for the group (UnifiedGroupWelcomeMessageEnabled parameter).