Forum Discussion
caidsoffice365
Feb 16, 2022Copper Contributor
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 t...
caidsoffice365
Feb 16, 2022Copper Contributor
Thank you so much VasilMichev for your reply.
Yes it is working from AAD UI. But not using Microsoft graph API.
Here is the request and response of the REST API(https://graph.microsoft.com/v1.0/invitations).
Please let us know if we miss anything here.
Request:
Response:
caidsoffice365
Feb 16, 2022Copper Contributor
Hi VasilMichev,
Its working after setting the "sendInvitationMessage" property with value 'true' to the invitation request body.
From the documentation https://docs.microsoft.com/en-us/graph/api/invitation-post?view=graph-rest-1.0&tabs=http thought, sending invitation happens implicitly.
Thank you.
- VasilMichevFeb 16, 2022MVPYou can always leave feedback under the article, or edit it yourself.