Subscribe to Microsoft 365 Events notifications


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

Resource

POST /me/microsoft/subscriptions/events/start

Parameters

None

Payload

Response

None

Context

Authorization

User

Errors

Example

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

None