Get user details from email address

Certified Senior Developer

Hi,
I am looking for method to find user details using email address. Do we have any in-built function available in Appian.

OriginalPostID-223719

OriginalPostID-223719

  Discussion posts and replies are publicly visible

Parents
  • Hi Saravanan,
    We do not have a direct method to get user details from email address but we can achieve this by following steps I guess, Using "All users" group you can get all active users list then if you pass those usernames into fn!user using apply with what are all the users details you are expecting and save those into one datasubset after that using index of email you can get the appropriate user details
    If you are expecting the same, then you can achieve by this way
    Thanks.
Reply
  • Hi Saravanan,
    We do not have a direct method to get user details from email address but we can achieve this by following steps I guess, Using "All users" group you can get all active users list then if you pass those usernames into fn!user using apply with what are all the users details you are expecting and save those into one datasubset after that using index of email you can get the appropriate user details
    If you are expecting the same, then you can achieve by this way
    Thanks.
Children
No Data