How To Query the Active Directory Web Service
| Downloads: |
1,100 |
File Size: |
678.6kB |
| Posted By: |
Mel Balsamo |
Views: |
1,296 |
| Date Added: |
03-16-2009 |
|
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. Click DOWNLOAD above to obtain the document.