質問

I'm having an issue with SharePoint 2013, In js file deployed on search page I need to check the users group by this API

/_api/web/sitegroups/getbyname('X')/Users 

The problem is that the users don't have permission to make this api call, is there any solution to allow all users to perform this specific call?

役に立ちましたか?

解決

You need to set the View membership of the group to Everyone.

Go to your SharePoint group > Group settings and then set Who can view the membership of the group? to Everyone and save the settings.

enter image description here

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top