简体   繁体   English

从SharePoint Online检索Office 365目录信息

[英]Retrieve Office 365 directory information from SharePoint online

I was wondering if is it possible to retrieve Office 365 directory information (ie security group membership) from SharePoint online programmatically (for example through a workflow custom action)? 我想知道是否可以通过编程方式(例如通过工作流自定义操作)从SharePoint在线检索Office 365目录信息(即安全组成员身份)? By the way, I am not looking for retrieving Sharepoint group membership information. 顺便说一句,我不是要检索Sharepoint组成员信息。

I know the custom development is pretty limited with SharePoint online since the code has to run as a sandbox solution. 我知道自定义开发在SharePoint Online中非常有限,因为代码必须作为沙盒解决方案运行。 Is there any web service or any another solution available? 是否有任何Web服务或其他解决方案可用?

I have been looking for information about this matter but I could not find anything so I guess there is no way to do this. 我一直在寻找有关此事的信息,但找不到任何东西,所以我想没有办法。

In our case there is an active directory synchronized with office 365. So we will use a powershell script to read data from AD and update a sharepoint list every day. 在我们的案例中,有一个与Office 365同步的活动目录。因此,我们将使用Powershell脚本每天从AD读取数据并更新共享点列表。 Then we will be able to use this data from custom code (like a workflow custom action). 然后,我们将能够使用来自自定义代码的数据(例如工作流自定义操作)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM