Skip to main content
Nintex Community Menu Bar

Populating list from Active Directory group?

  • October 24, 2019
  • 1 reply
  • 7 views

Forum|alt.badge.img

I am trying to query LDAP and have it populate a list with all the usernames, display names, and emails from a group in Active Directory.  I want this workflow to keep running so new users added to the group will automatically be added to the list.  Is this possible?

1 reply

Forum|alt.badge.img+12
  • Scholar
  • October 24, 2019

@jacks971 .....using LDAP query, you get the details in collection, you then need to do RegEx operation to get CN value which should have the first and last name, using that you can create your list. Not sure if you're querying only 1 group of multiple, but in case of multiple groups, how you're planning to check already created items? There will be too many entries if that's the case.