Forum Discussion
Dean_Gross
Jan 19, 2017Silver Contributor
Changing Delve Feature Settings
Is there any way to programatically change the Delve, Feature Settings, such as Show Documents, MyAnalytics, EmailDigest?
- 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.
Dean_Gross
Nov 20, 2017Silver Contributor
are there any plans to expand the scope of the PnP powershell cmdlets to include other services like Delve? It would be great if PnP could fill in the gaps like this.
VesaJuvonen
Microsoft
Nov 20, 2017PnP 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.
- Dean_GrossNov 20, 2017Silver Contributor
How we (as IT pros and devs) determine if an external API exists for a setting in O365?
- VesaJuvonenNov 20, 2017
Microsoft
Checking SPO PowerShell and/or CSOM / REST API documentation. No magic here.
- Saravanakumar ManianOct 09, 2018Brass Contributor
VesaJuvonen Any progress made on the API to update the settings?