Forum Discussion
Need help regarding the Sharepoint API's
Hi,
I am working on the sharepoint API's however currently stuck in middle of the code, I am not able to find the some of the sharepoint API's that will resolve my issue
Currently I am looking for the sharepoint API that can :-
1. Provide me all the groups of which the user is part of
2. And inside library permissions we have a setting to disable library data from appearing in Search, (Below mention is the screenshot of the search option for which I am looking the API for it )
1 Reply
Hello StepByStepCode
1. i think with the Graph API: https://docs.microsoft.com/en-us/graph/api/user-list-memberof?view=graph-rest-1.0&tabs=http
2. With PowerShell yes, with API i don't know: https://social.technet.microsoft.com/Forums/office/en-US/81ec0462-b4ef-4c60-9167-367116061c7c/how-to-hide-listlibrary-in-sharepoint-2016-search-result?forum=SP2016
Regards, Dave