Microsoft Graph - Reset User Password
This atomic belongs to the Microsoft Graph: Users atomic group.
Resets a user's password using Microsoft Graph. This atomic requires the "User.ReadWrite.All" API permission and your Azure application must be assigned at least the "User Administrator" Microsoft Entra role. If you want to be able to reset passwords for administrative or privileged users, you may need different permissions.
Target: Microsoft Entra ID or Microsoft Defender for Office 365 integration target or HTTP endpoint for "graph.microsoft.com"
Account Key: None if using an integration-provided target, access token if using an HTTP Endpoint target
Steps:
[] Build the authorization header and request body
[] Request the user's password be reset
[] Check if the request was successful:
[]> If it wasn't, return an error
More information about this API: https://learn.microsoft.com/en-us/graph/api/user-update