Graph API - Insufficient privileges to complete the operation

前端 未结 9 1390
长情又很酷
长情又很酷 2020-12-09 01:37

When trying to access the Graph Service Client using I am receiving the error :

Code: Authorization_RequestDenied
Message: Insufficient privile

9条回答
  •  不思量自难忘°
    2020-12-09 02:03

    In my case, delete user was not working. I took below steps & it started working for me.

    Go to Azure Active Directory > Roles and administrators > Click on 'User administrator' > click on '+ Add assignment' to add your app. (i.e. console app using AAD Graph REST API to interact with Azure Active Directory).

    Hope it helps someone.

提交回复
热议问题