Get fields from AD accounts
I observed that using the built-in AD sync scheduled job in Decisions, the department, job title and company fields in the entity_account table can be populated. Due to the unique setup of our AD accounts, I created a custom flow to import AD accounts from Active Directory. However, I am not able to find the corresponding attributes to map to department, job title and company fields. How can I get that information?
Comments
-
You can use LDAP queries to get the information you are looking for. There is a step called LDAPQuery Raw that is found under Integration > Active Directory > Users. I have linked some documentation below that provides the list of search filter syntax for LDAP queries.
Documentation:
- Search Filter Syntax: https://learn.microsoft.com/en-us/windows/win32/adsi/search-filter-syntax
- Active Directory Module Steps: https://documentation.decisions.com/docs/active-directory-module-steps

