Get status of Microsoft 365 subscriptions


Gets the status of the Microsoft 365 subscriptions the user is subscribed to and whether reauthentication is needed.

To learn more about the Microsoft 365 subscriptions notifications mechanism please refer to:

Resource

POST /me/microsoft/subscriptions/status

Parameters

None

Payload

None

Response

Object containing Microsoft 365 Exchange subscriptions status.

Context

Authorization

User

Errors

Example

Request
GET https://xelion.nl/api/v1/master/me/microsoft/subscriptions/status
Response
{
    "object": {
        "contactsSubscriptionId": "b6152219-4d3f-4484-b5eb-91c9402a53dd",
        "contactsSubscriptionExpiry": "2021-03-26 08:18:39",
        "eventsSubscriptionId": "96c1893e-a740-4c2e-8595-2312a5e0a04e",
        "eventsSubscriptionExpiry": "2021-03-26 08:18:40",
        "messageSubscriptionId": "",
        "messageSubscriptionExpiry": "",
        "requiresAuthentication": true
    },
    "links": [
        {
            "rel": "self",
            "href": "http://10.78.40.95/api/v1/master/me/microsoft/subscriptions/status",
            "method": "POST"
        }
    ]
}