Reset Microsoft password for user from Bubble API

Hi!

I have implemented a feature where my users can sign in using their company Microsoft 365 accounts using the Bubble API calls.

I’m now trying to find a way for my users to be able to reset their Microsoft 365 accounts straight from their Bubble accounts using API - the users already have their Microsoft accounts linked with their Bubble app accounts, so this is all setup.

Anyone know how to do this?

**PS: ** I’ve already found a way to do this here: authenticationMethod: resetPassword - Microsoft Graph v1.0 | Microsoft Learn but need to know how to implement this in Bubble :slight_smile:

How did you set api connector to connect to MS account?

Using this method: OAuth Microsoft SSO with Bubble.io - #2 by johnny

And did you tried to add the api call for reset password? You will need to reauthenticate in debug mode to initialize this call

No, this is what I need to know how to do. How do you set up the API for password reset?