---
title: "Bulk Apply Access"
method: PUT
path: "/api/v1/admin/block/dataset-restrictions/bulk-apply/"
tags: ["Admin APIs", "block-dataset-restrictions"]
---

# Bulk Apply Access

`PUT /api/v1/admin/block/dataset-restrictions/bulk-apply/`

Grant or revoke an entire dataset — every cut the catalog graph
currently emits for it — across every Block-eligible client in one
call — "enable/remove for all valid clients" (PRO-1667).

## Request body

- BulkApplyRequest — Grant or revoke an entire dataset — every cut the catalog graph currently emits for it — across every eligible client in one call.
  - `dataset_id` string, required
  - `access` boolean, required
  - `rationale` string, required

## Response `200`

Successful Response

- BulkUpdateResponse
  - `changed` integer, required
  - `results` BulkUpdateResultRow[], required
    - `client_id` string, uuid, required
    - `client_name` string, nullable
    - `dataset_id` string, required
    - `cut` string, nullable
    - `previous_access` boolean, required
    - `previous_sample_access` boolean
    - `previous_served_lag` string, nullable
    - `access` boolean, required
    - `sample_access` boolean
    - `served_lag` string, nullable
    - `rationale` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
