Skip to main content
Nintex Community Menu Bar
Solved

Limit the selection of person to an AD group

  • March 17, 2022
  • 2 replies
  • 38 views

Nicki

I have a picker column in a K2 form linked to sharepoint. When searching for names from AD in the column, it gets tough, so I would like to limit it so that it searches in a specific AD group, how do I do it?

Best answer by paulk

Hi there,

 

You can create an AD User SmartObject on the AD Service 2 Service, if one doesn't already exist and then you can use the GetUsersByGroup method of that:

 

 

 

Cheers

2 replies

Forum|alt.badge.img+9
  • Rookie
  • Answer
  • March 17, 2022

Hi there,

 

You can create an AD User SmartObject on the AD Service 2 Service, if one doesn't already exist and then you can use the GetUsersByGroup method of that:

 

 

 

Cheers


Nicki
  • Author
  • Rookie
  • March 18, 2022

Thank you so much for the detailed answer, it is appreciated.