> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# BulkTargetMode

> How a bulk operation selects its target users.

**Enum**

How a bulk operation selects its target users.

## Values

<ResponseField name="ALL_CONNECTED" type="enum value">
  Every user currently connected to your application.
</ResponseField>

<ResponseField name="SELECTED" type="enum value">
  Only the users identified in the targets list.
</ResponseField>
