Servicenow AD LDAP Integration

Sakshi240
Tera Contributor

I am working on integrating Active Directory (AD) with ServiceNow using LDAP integration. I have successfully fetched the list of AD groups into ServiceNow, but I am facing challenges in fetching all the members associated with a particular AD group.  

I want to:  
1. Retrieve group members (users) from AD dynamically.  
2. Populate the group members into ServiceNow under the corresponding group.  

Could someone suggest the appropriate LDAP filter or approach to fetch the group members and their details (e.g., name, email, username) from AD?  

Additionally:  
How do I configure the process so it works dynamically for future updates in AD?  
What is the best way to map these users to groups in ServiceNow?  

Any detailed steps or scripts would be greatly appreciated!

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Sakshi240 

there should be an OOB transform map for this

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

For group i am able to fetch the details but for group members i am not able to so to fetch all members details what filter can be applied so that i will be able to get the all users associated with group.