Subscribe to Microsoft Teams presence notifications


Subscribes a user to Microsoft Teams presence notifications. This allows a user to receive up to date information about Microsft Teams presence status in real time.

Resource

POST /me/microsoft/subscriptions/presences/start

Parameters

None

Payload

Response

None

Context

Authorization

User

Errors

Example

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

None