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/{group-id}/members/$ref
Content-type: application/json
Content-length: 30
{
"@odata.id": "https://graph.microsoft.com/v1.0/directoryObjects/{id}"
}
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).
1 Reply
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).