> ## Documentation Index
> Fetch the complete documentation index at: https://forest-chore-open-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Anonymize users in bulk

> This example shows how to bulk update users

As usual, you must declare the action on your collection.

ou can then implement the post action as you need. Here the records are simply updated in bulk through the `sequelize` ORM.
