Reset Azure Ad user password through logic app

Riyanka Pawaskar 20 Reputation points
2023-06-06T08:54:40.9766667+00:00

I am trying to update Azure Ad user password using logic app through Rest APIs however rest APIs seems to use authentication method I'd which I don't seem to find is there any other API that can update the user password without using authentication method ID or other option in logic app

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,256 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,576 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sonny Gillissen 3,356 Reputation points
    2023-06-11T21:26:11.5066667+00:00

    Hi Riyanka Pawaskar

    Thanks for reaching out on Microsoft Q&A!

    It is possible to change an AAD user's password, however this can only be done through delegated access. Please refer to the API reference below:

    https://learn.microsoft.com/en-us/graph/api/user-changepassword?view=graph-rest-1.0&tabs=http

    When you need help in setting up delegated access, you can find all steps in this great tutorial I've found (and successfully used):

    https://ashiqf.com/2021/03/16/call-microsoft-graph-api-as-a-signed-in-user-with-delegated-permission-in-power-automate-or-azure-logic-apps-using-http-connector/

    Please click 'Accept answer' if you found it helpful. Feel free to drop additional queries in the comments below!

    Kind regards,

    Sonny

    0 comments No comments

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.