Forum Discussion
Changing Delve Feature Settings
- Nov 20, 2017
PnP can only provide capabilities which have native APIs. There's no bypassing of the native APIs using PnP channels. If there's external API, PnP can though faster provide for example a cmdlet for the capability... but in this case, challenge is simply the lack of existing API to call.
VesaJuvonen Any progress made on the API to update the settings?
No new updates. Search / Delve team has been concentrating on the Search architectural changes recently, but crossing fingers that after the Ignite announcements they will have more time on these API level changes.
- DeletedApr 29, 2021Looking for this as well. If you have users in your tenant that are not managing permissions for sites and files well, those files will show in your files freely available to be discovered (and accessed) by users that are not intendend to have access. It would be great if we could disable the show documents so that others cannot see any files you're working on when they click on your profile while you are still able to see your own files when you're on your own Delve profile page. You know what I mean?
- cksodhiSep 02, 2020Copper Contributor
Saravanakumar Manian VesaJuvonen
Are there any updates to this, it seems you can either turn delve off or on for other users through the api
https://docs.microsoft.com/en-us/graph/api/usersettings-get?view=graph-rest-1.0
Are there any options to "ONLY" turn off the documents feature in Delve for other users through api or script?
Thanks in advance.
Regards,
Charan
- Saravanakumar ManianOct 10, 2018Brass Contributor
I have found a solution using the Graph API. This helps to manage the document discovery setting at Delve. Please see the API reference below
GET User's preference
https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_get_settings
UPDATE user's preference
https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_update_settings
Another Reference
https://github.com/bschlintz/Scripts/blob/master/Update-GraphUserSettings.ps1