This topic is locked

Help to sort Usernames based on AD Group Membership

3/18/2022 3:34:00 AM
PHPRunner General questions
S
Shaun Williams author

I am using AD for security and also have the users come into the local database for our app.

In one of the forms I wish to do a drop list of users. I have linked the members database and have the complete list of users listed in the drop down.

What I need to do now, is somehow, only list users that are a member of a specific AD Group.

Is there any way to do this? Even with a bit of custom code?