Check the validity of an email addrees in the active directory

Hi everyone,

I want to check the validity of a list of emails with the active directory using as input the email address.
Any solution for me, please?
Thank you in advance for your response.

What do you mean by validity of list of emails?
Do you want to check whether User Exist in AD or not?

Yup it’s doable…

Try this link, hope this helps :slight_smile:

Check this xaml file. It is a simple approach to check the validity of the email address in AD. Let me know if it works for you

Check email ID validity in AD.xaml (6.4 KB)

1 Like

yes, @kumar.varun2 I want to check whether User Exist in AD.
I mean by a list that I have a list of emails stored in an excel file.

Have you checked my xaml file?

Yes and I think that is the solution of my problem :slight_smile:
Thanks a lot for your help.

It can be extended for reading list of email id by using read range activity and then using for loop to check validity of each email id and saving the result in another excel. Let me know if there is any problem.

Yes yes this is what I’m going to do :slight_smile:
Thank you

Please mark it as a Solution. Thank You

Thank you but I can’t find the Get user attribute activity :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.