使用 REST API 在 Sharepoint 中获取人员和组列

Get people and group column in Sharepoint by using of REST API

我想从 Sharepoint 的列表中获取列类型人员和组的信息。我将使用 get with REST API。

如果有任何建议和帮助,我将不胜感激。

提前致谢! :D

你应该可以使用类似的东西来做到这一点:

_api/web/lists/getbytitle('customlistname')/items?$select=Users/EMail,Users/FirstName,Users/LastName,Users/EMail&$expand=Users/Id

更多信息请看这里: https://social.technet.microsoft.com/wiki/contents/articles/31210.sharepoint-2013-get-user-details-from-person-or-group-field-using-rest-api.aspx