# Mosaic

The Mosaic node enables you to implement Mosaic-specific capabilities for user management and seamlessly integrate with the  Detection and Response features within Mosaic. Here's a breakdown of all Mosaic node's operations:

### Triggers

- [On label created](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.onlabelcreated)
- [On security event](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.onsecurityevent)


### Detection and Response Actions (Fraud Prevention)

- [Create list](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.createlist)
- [Add item to list](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.additemtolist)
- [Update list](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.updatelist)
- [Get list by ID](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.getlistbyid)
- [Delete list](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.deletelist)
- [Create rule](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.createrule)
- [Get all rules](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.getrules)
- [Update rule](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.updaterule)
- [Delete rule](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.deleterule)
- [Get all lists](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.getlists)
- [Get recommendations](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.getrecommendations)
- [Remove item from list](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.removeitemfromlist)
- [Send label](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.sendlabel)
- [Set assignee](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.updateactionassignee)


### Identity Management Actions

- [Create user](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.createuser)
- [Create users](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.createusers)
- [Update user](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.updateuser)
- [Delete user](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.deleteuser)


### Identity Verification Actions

- [Get sessions](/guides/automated-workflows/integrations/builtin/app-nodes/ts-wf-operations.getsessions)