Update Microsoft 365 Synchronization Settings


This request changes Microsoft 365 synchronization settings attributes.

Resource

PATCH /exchange_settings

Parameters

None

Payload

Fields

Name Patch Operations

ctiServerUrl

replace

exchangeIsActiveV2

replace

exchangeImportContactsV2

replace

exchangeImportAppointmentsV2

replace

Response

None

Context

Authorization

Administrator

Errors

Example

Request
PATCH https://xelion.nl/api/v1/master/exchange_settings
Payload
{
    "operations": [
        {
            "op": "replace",
            "path": "/exchangeIsActiveV2",
            "value": true
        },
        {
            "op": "replace",
            "path": "/exchangeImportContactsV2",
            "value": true
        },
        {
            "op": "replace",
            "path": "/exchangeImportAppointmentsV2",
            "value": true
        }
    ]
}