Global Exclusions from Retention Policy

The /GlobalRetentionExclusionSettings resource collection represents items excluded from the retention policy.

Get Excluded Items

Returns a list of items that have been excluded from the retention policy.

SecurityBearer
Responses
200

OK

default

Operation failure response.

get/v8/GlobalRetentionExclusionSettings
Request samples
Response samples
application/json
{
  • "contacts": true,
  • "calendar": true
}

Edit Excluded Items List

Modifies a list of items that have been excluded from the retention policy.

x-codegen-request-body-name: exclusion
SecurityBearer
Request
Request Body schema: application/json
required
contacts
boolean

Defines whether the Contacts folder will be removed by the retention policy.

calendar
boolean

Defines whether the Calendar folder will be removed by the retention policy.

Responses
204

No Content

default

Operation failure response.

put/v8/GlobalRetentionExclusionSettings
Request samples
application/json
{
  • "contacts": true,
  • "calendar": true
}
Response samples
application/json
{
  • "message": "string",
  • "errorCode": "ProxyOffline",
  • "stackTrace": "string"
}

Document updated 12/18/2025

Page content applies to build 8.3.0.2201