> ## 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.

# BulkTargetSpecInput

> Selects the users a bulk operation applies to.

**Input object**

Selects the users a bulk operation applies to. A maximum of 100 targets can be addressed
per synchronous request.

## Input fields

<ParamField name="mode" type="BulkTargetMode!" required>
  *No description provided in the schema yet.*
</ParamField>

<ParamField name="targets" type="[String!]">
  The externalReferenceIds of the users to target. Required for SELECTED mode; ignored for
  ALL\_CONNECTED. Duplicates are removed; result order follows this list.
</ParamField>
