Querying all subscriptions does not work

Lucas Feliciano de Souza 21 Reputation points
2022-01-26T00:24:19.95+00:00

When performing the query https://graph.microsoft.com/v1.0/subscriptions it does not bring any result. In my environment there are only 4 groups created. The payload that is returned is just:

{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#subscriptions",
"@odata.nextLink": "https://graph.microsoft.com/v1.0/subscriptions?$skiptoken=4ivzOLuAgPfoZRL9VlHjkC3vNI4MkMngxK62wIVhw17amXN%252BhlvFhuwYfnzs99Ou9mOHFfr%252F939OEjabisFi1jcClg6BwegtXl6%252F",
"value": []
}

The query of subscriptions by id works perfectly.

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
992 questions
{count} votes

Accepted answer
  1. RajeshKumarMSFT 1,956 Reputation points Microsoft Vendor
    2022-02-01T14:49:41.127+00:00

    Hi LucasFelicianodeSouza-0276,

    We have seen similar issue Querying all subscriptions with one of our customer last week.
    Now the issue is resolved at his end, and he is able to get all subscriptions without issue.

    Could you please verify the same to get all subscriptions.

    Hope this helps.

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

    0 comments No comments

0 additional answers

Sort by: Most helpful