Question
Query Users with LDAP from Pega Activity
I have a requirement to query my organization's Active Directory to generate a list of users. I am not seeking to use LDAP to authenticate but rather to grab a list of users and their attributes, then place into a Pega page...the 'AuthenticationLDAP' activity associated with the WebLDAP authentication service is not usable for this case.
Here is a similar post but it is ten years old and I am hoping there is another way to accomplish this aside from a java step in a activity or function.
Any design suggestions for 8.1?
Thank you
Hi,
For this you would need an admin credential which would be needed to query the users.
And if you see some steps of AuthenticationLDAP activity you would be able to bind the user to LDAP and then would need to fetch the users list and access the attributes present in the profile.
I think you would need a custom activity/RUF to do this.