external_squad_add_users_to_external_squad
Add all users to a specific external squad by UUID for bulk membership updates. Confirm the operation to apply changes, or preview the request first without confirming.
Instructions
POST /api/external-squads/{uuid}/bulk-actions/add-users Add all users to external squad Tags: External Squads Controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the external squad | |
| confirm | No | Подтверждение выполнения не-GET операции. Без confirm:true возвращается превью запроса (метод, URL, тело) и запрос не отправляется (см. MCP_CONFIRM). |