Subscribe to Microsoft 365 notifications


Subscribes a user to Microsoft 365 resource notifications. This allows a user to receive up to date information from Microsft 365 in real time. This includes creation, updates and deletion of contacts and events on the Microsft 365 platform.

At this moment the following resources are supported for subscription:

  • Contacts

  • Events

  • Teams presences

Resource

POST /me/exchange_subscribe

Parameters

None

Payload

Response

None

Context

Authorization

User

Errors

Example

Request
POST https://xelion.nl/api/v1/master/me/exchange_subscribe
Payload
{
  "accessToken": "myAccessToken",
  "refreshToken": "myRefreshToken"
}
Response

None