HOW TO QUERY THE ACTIVE DIRECTORY WEB SERVICE
The Active Directory Web Service currently supports the following methods:
- GetMyInfo - gives the Active Directory properties of the currently Logged In user
- GetUserInfo - gives the Active Directory properties of the specified user name
- GetManagerAlias - returns the alias for a user's manager if one is set
- GetEmployeesForManager - returns a list of employees that have a manager with the specified alias
- FindUsersByName - attempts to find any users with a name matching the specified search string
- FindUsersByAlias - attempts to find any users with an alias matching the specified search string
- IsUserMemberOfGroup - returns true if the user is part of the specified group, false otherwise
This document will show you how to set up a sample form that queries each method. Please follow this link to DOWNLOAD the tutorial.