Block Microsoft Entra ID user - Entity trigger
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Content Index
This playbook disables the selected user (account entity) in Microsoft Entra ID. If this playbook triggered from an incident context, it will add a comment to the incident. This playbook will notify the disabled user manager if available. Note: This playbook will not disable admin user!
Logic App Connectors
This playbook uses 5 Logic App connectors / built-in actions:
Action parameters (URLs, paths, function IDs)
| Action |
Method |
Endpoint |
Other |
| Get_user_-_details |
get |
/v1.0/users/@{encodeURIComponent(variables('AccountDetails'))} |
— |
| Update_user_-_disable_user |
patch |
/v1.0/users/@{encodeURIComponent(variables('AccountDetails'))} |
— |
| Action |
Method |
Endpoint |
Other |
| Add_comment_to_incident_-with_manager-_no_admin |
post |
/Incidents/Comment |
— |
| Add_comment_to_incident_-no_manager-_no_admin |
post |
/Incidents/Comment |
— |
| Add_comment_to_incident_-_error_details |
post |
/Incidents/Comment |
— |
| Action |
Method |
Endpoint |
Other |
| Send_an_email_-to_manager-_no_admin |
post |
/v2/Mail |
— |
http (Built-in)
| Action |
Method |
Endpoint |
Other |
| HTTP_-_get_user_manager |
GET |
https://graph.microsoft.com/v1.0/users/@{variables('AccountDetails')}/manager |
— |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to Microsoft Entra ID