Azure Pay-As-You-Go subscription. All MS Graph SDK queries fail with either 400 or timeout

leoj redlef 0 Reputation points
2023-11-19T15:57:59.4766667+00:00

I have a pay-as-you-go "personal tenant. I am running an App Service (.Net 4.8/MS Graph 5.33).

I can create the GraphServiceClient successfully, but any query like graphClient.Users.GetAsync().Result timesout. Additionally running the simple

https://graph.microsoft.com/v1.0/users in Graph Explorer returns a 400 while running https://graph.microsoft.com/v1.0/me returns 200 and valid data

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,035 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CarlZhao-MSFT 42,026 Reputation points
    2023-11-20T10:17:38.53+00:00

    Hi @leoj redlef

    Personal accounts do not yet support listing user sets.

    User's image

    Hope this helps.

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


Your answer

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