How to verify email manually entered in form exists in Azure AD?

taylor
edited February 13 in Active Directory

How can I make sure that an email address that was manually entered in a form exists in Azure Active Directory?

Comments

  • Hi there,

    You have a couple options here:

    1. Use a RAW SQL step to perform an LDAP query to find the user.
    2. There is a User Exists step in the AD module that can be used to check if an account with a particular email matches any account in the AD.
Sign In or Register to comment.