Share via

The subscription endpoint returns an empty array even after adding subscriptions

Evans Aboge 116 Reputation points Microsoft Employee
2022-06-15T12:03:19.073+00:00

I am trying to get subscriptions using the subscriptions endpoint: https://graph.microsoft.com/v1.0/subscriptions
I managed to create a few subscriptions, and when I query each of them separately with their ids (https://graph.microsoft.com/v1.0/subscriptions/{subscription-id}), I get the correct response.
However, when I try to get a list of all subscriptions using this: https://graph.microsoft.com/v1.0/subscriptions, the response I get has an empty array. I expect it to return an array of all my active subscriptions.
Also, I confirmed that the subscriptions were still active.

Community Center | Not monitored
0 comments No comments

Answer accepted by question author

RajeshKumarMSFT 1,981 Reputation points Microsoft External Staff
2022-06-16T10:28:14.417+00:00

Hi @Evans Aboge ,

I am able to reproduce the same issue at my end, when using the Subscriptions graph API Endpoint
https://graph.microsoft.com/v1.0/subscriptions.

211939-subscriptions.png

We have already escalated this issue with MS Engineering Team, they are looking into it.
Once we hear an update from them we will post you an update.

Please check this post for reference.

If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Evans Aboge 116 Reputation points Microsoft Employee
    2022-06-17T07:45:25.187+00:00

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.