“The tenant for tenant guid does not exist” even though user is listed on users endpoint?

后端 未结 2 2021
难免孤独
难免孤独 2021-01-13 15:00

I\'m trying to integrate with Outlook\'s APIs (more specifically I want to list a users\' contacts, and be able to do some CRUD on them).

I created an Azure account,

2条回答
  •  一向
    一向 (楼主)
    2021-01-13 15:43

    I didn't reproduce your issue on my side. My steps are as below for your reference.

    1.Register an Application on Azure portal and grant it graph permission.

    2.Get the access token.

    3.Before calling the api, you need to confirm that the account needs to be a valid email address. Mine is demo101@**.onmicrosoft.com.

    4.Call the graph api.

提交回复
热议问题