Dataverse: Add user to blocklist (alert trigger)

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Content Index


This playbook can be triggered on-demand when a Microsoft Sentinel alert is raised, allowing the analyst to add affected user entitites to a pre-defined Microsoft Entra group, resulting in blocked access. The Microsoft Entra group is used with Conditional Access to block sign-in to the Dataverse.

Attribute Value
Type Playbook
Solution Microsoft Business Applications
Source View on GitHub

Logic App Connectors

This playbook uses 2 Logic App connectors / built-in actions:

Connector / Action Type Connections Actions
azuread Managed 1 2
azuresentinel Managed 1 1
Action parameters (URLs, paths, function IDs)

azuread (Managed)

Action Method Endpoint Other
Add_user_to_group post /v1.0/groups/@{encodeURIComponent(parameters('GroupId'))}/members/$ref
Get_user get /v1.0/users/@{encodeURIComponent(concat(items('For_each')?['Name'], '@', items('for_each')?['UPNSuffix']))}

azuresentinel (Managed)

Action Method Endpoint Other
Entities_-_Get_Accounts post /entities/account

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Playbooks · Back to Microsoft Business Applications