Bulk sub-account action
Apply one lifecycle action - pause, resume, or disable_saas - to many client sub-accounts in a single call. Requires an active SaaS plan: the agency must have a connected, charges-enabled Stripe account able to bill its clients; otherwise the call returns 403 SAAS_PLAN_REQUIRED. High-trust: requires the dedicated workspaces:bulk scope (separate from workspaces:write) because a mass action is high blast-radius. Applies per workspace and returns applied/failed counts plus a per-workspace results array; the id list is capped at 200. disable_saas cascades (cancels each subscription and refunds each sub-wallet to the agency) and is irreversible, so it also requires a typed confirmation.
Authorizations
API key from Developer dashboard (Bearer token).
Body
Client sub-account workspace ids.
200pause, resume, disable_saas For disable_saas only: also cancel each client's Stripe subscription.
Required ("BULK") when action is disable_saas.
BULK 
