Search code examples
azure-active-directorymicrosoft-graph-apioffice365microsoft-teamsmicrosoft-graph-teams

Skip Email Verifications On Adding O365 Guest User


We would like to skip the email verification step in the process of adding a guest user in an O365 tenant. There is an api that allows one to create an invitation through which we can disable 'email notification' but if the newly added user does not have an account on any of the O365 tenants then email verification seems to be mandatory.

Our application uses microsoft graph apis along with custom UI's for integrating with microsoft teams. For our application, email verification needs to be skipped since the user is already authenticated and authorized before he reaches the microsoft teams UI.

Is there anyway through which the email verification could be skipped?

Thanks.


Solution

  • @Andy Dufresne:

    Firstly, we can't skip the email verification process, it's a mandatory. For your requirement, could you please have a look on this document.