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 |
|
exchangeIsActiveV2 |
|
exchangeImportContactsV2 |
|
exchangeImportAppointmentsV2 |
|
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
}
]
}