Forum Discussion

rmahasethbid's avatar
rmahasethbid
Copper Contributor
Jul 05, 2021

Reset Password without user Credentials

Is there any Azure AD API where we can reset password without passing the old password?

 

We have a use case where we need to do the password reset and we only have the client credentials.

Can anyone suggest the API and how to do that?

Thanks.

 

 

1 Reply

  • davidbmarker's avatar
    davidbmarker
    Brass Contributor

    rmahasethbid,

      Good Afternoon! The following should assist in resetting the password for a user account using  Microsoft Graph. I do want to caution you as these APIs are still in beta.

     

    https://docs.microsoft.com/en-us/graph/api/passwordauthenticationmethod-resetpassword?view=graph-rest-beta&tabs=http

Resources