Skip to main content
Nintex Community Menu Bar

LDAP query for manager and OU

  • March 16, 2016
  • 4 replies
  • 37 views

Forum|alt.badge.img+9

I need to use the LDAP query to check for user's manager and OU he/she is in.

It works for the manager but it brings the info in the following format:

2016-03-16_8-58-46.png

Whats the best way to extract just the manager's display name (John Smith) ?

And how to get the OU location? When I query for 'ou' nothing is coming back.

Thanks!

4 replies

Forum|alt.badge.img+16
  • March 16, 2016

You can set a variable with the Nintex Common Reference named Manager Display Name


Forum|alt.badge.img+9
  • Author
  • Scholar
  • March 16, 2016

Sorry you lost me... Nintex Common Reference field in LDAP query? How? Can you please post a screenshot? Thanks!


Forum|alt.badge.img+9
  • March 21, 2016

To get initiators manager use a build string action:

to extract manger name from LDAP query use Regular expression action:


Forum|alt.badge.img+9
  • Author
  • Scholar
  • March 21, 2016

Great - thank you! I will move the OU question to a separate post.