问题
Hello everyone I'm trying to retrieve a user data from Active Directory, like Names, departments they belong to etc., and send all that info to a client via REST how can I achieve this?
Also I have a sharepoint application that retrieves part of this info from the AD and is connected via LDAP.
Now what would be the best way to direct all this info to the client via web services I woul prefer REST since is out of the box.
I'm using
Exchange Server 2010 version 14.02.0247.005 and Windows Server 2008 R2
回答1:
Is this for on-prem Exchange? If so you can use EWS or Powershell. Unfortunately, the only REST services I know of for Exchange are for Office 365.
Here's an overview on MSDN for Exchange 2010 dev.
来源:https://stackoverflow.com/questions/27663157/active-directory-exchange-sharepoint-via-rest