Search code examples
microsoft-graph-apiazure-logic-appsazure-ad-b2c

Reset Azure B2C Password using MS Graph from Logic Apps


I am using a Logic App to automate creation of new users and update attributes in a Azure B2C Tenant. It works perfectly for everything except for password reset. When I try to reset a user password, I get the following error message:

 "code": "Authorization_RequestDenied",
    "message": "Insufficient privileges to complete the operation.",

I tried granting all permissions to the logic apps, yet I am unable to get the logic apps to work. API Permissions in B2C

I don't know what I am missing. Can someone help?


Solution

  • Have you granted the user administrator role?