Hi All
I have a flow to provide an Email alert on a specific event and wondered if there was a way to disable the user account or reset the password once the Email has been triggered.
Cheers
Stuart
@stuart_graham I don't think this can be done, No actions found to disable or reset
But as a workaround I have a solution for you which would be to call a Azure Function from Power Automate when you receive a specific email and the Azure Function would do disable/reset account. Azure Functions are very powerful so they can almost do any kind of operation but it would involve writing code in C# and also there would be some cost associated for Azure resources.
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.