Forum Discussion

caidsoffice365's avatar
caidsoffice365
Copper Contributor
Feb 16, 2022

Azure Guest Account - Invitation email is not receiving for invited user

Hi,

We are trying to create guest accounts in Azure using Microsoft Graph API (https://docs.microsoft.com/en-us/graph/api/invitation-post?view=graph-rest-1.0&tabs=http). But, we have observed that the invited user did not receive any email invitation which should happen automatically.

 

Sample POST request that we are using:

 

{
  "invitedUserEmailAddress""Email address",
  "inviteRedirectUrl""http://localhost"
}
 
Could you please help us in this regards.
 
Thank you in advance.
 

Resources