GET _vti_bin/DelveApi.ashx/{version}/license/privacysettings

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

integer

Required

Body Parameters

None.

Response Information

Resource Description

UserPrivacySettings
NameDescriptionTypeAdditional information
ActivitySharingDisabledForTenant

boolean

None.

ActivitySharingDisabledForUser

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ActivitySharingDisabledForTenant": true,
  "ActivitySharingDisabledForUser": true
}

application/xml, text/xml

Sample:
<UserPrivacySettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.DelveApi.DataModel">
  <ActivitySharingDisabledForTenant>true</ActivitySharingDisabledForTenant>
  <ActivitySharingDisabledForUser>true</ActivitySharingDisabledForUser>
</UserPrivacySettings>