Reset Microsoft Entra ID User Password - Entity trigger
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Content Index
This playbook will reset the user password using Graph API. It will send the password (which is a random guid substring) to the user's manager. The user will have to reset the password upon login.
Logic App Connectors
This playbook uses 4 Logic App connectors / built-in actions:
Action parameters (URLs, paths, function IDs)
| Action |
Method |
Endpoint |
Other |
| Add_comment_to_incident_-_manager_available |
post |
/Incidents/Comment |
— |
| Add_comment_to_incident_-_manager_not_available |
post |
/Incidents/Comment |
— |
| Action |
Method |
Endpoint |
Other |
| Send_an_email_-_to_manager_with_password_details |
post |
/v2/Mail |
— |
http (Built-in)
| Action |
Method |
Endpoint |
Other |
| HTTP_-_get_manager |
GET |
https://graph.microsoft.com/v1.0/users/@{variables('AccountDetails')}/manager |
— |
| HTTP_-_reset_a_password |
PATCH |
https://graph.microsoft.com/v1.0/users/@{variables('AccountDetails')} |
— |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to Microsoft Entra ID