graph API invitations do not come to the mail

Anonymous
2022-09-20T06:35:57.31+00:00

I am creating an invitation. The request is processed correctly. The user is created in Azur B2C. The corresponding status has been created.
But the letter does not come to the user's mail.
I use application permissions..
What's my mistake?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
{count} votes

Accepted answer
  1. CarlZhao-MSFT 46,376 Reputation points
    2022-09-20T07:25:32.05+00:00

    Hi anonymous user

    Referring to the official doc, you need to set the sendInvitationMessage to true.

    The create invitation API can automatically send an email containing the redemption URL to the invited user, by setting the sendInvitationMessage to true. You can also customize the message that will be sent to the invited user.

    242863-image.png

    242837-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.