2013-07-17 70 views
4

我正在使用SharePoint API编写iPhone/iPad客户端。 GetUserCollectionFromSite方法返回所有用户。我已搜查在MSDN规格:如何根据模式名称获取SharePoint用户列表

http://msdn.microsoft.com/en-us/library/websvcusergroup.usergroup.getusercollectionfromsite.aspx

但显然没有办法与像发送一个请求:

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
<soap:Body> 
    <GetUserCollectionFromSite xmlns="http://schemas.microsoft.com/sharepoint/soap/directory/"></GetUserCollectionFromSite> 
    <UsersPattern>Ad</UsersPattern> 
</soap:Body> 
</soap:Envelope> 

而且随着用户登录的图案匹配的响应“广告”像亚当等。

回答

0

有没有办法查询蒙面用户名。您只能获得所有用户并在您身边对其进行过滤。

相关问题