Reset Azure B2C Password using MS Graph from Logic Apps

395 Views Asked by At

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?

1

There are 1 best solutions below

1
On BEST ANSWER

Have you granted the user administrator role?