---
title: "Batch Create ACLs"
method: POST
path: "/clusters/{cluster_id}/acls:batch"
tags: ["ACL (v3)"]
---

# Batch Create ACLs

`POST /clusters/{cluster_id}/acls:batch`

Creates ACLs.

## Request body

- CreateAclRequestDataList
  - `data` CreateAclRequestData[], required
    - `resource_type` 'UNKNOWN' | 'ANY' | 'TOPIC' | 'GROUP' | 'CLUSTER' | 'TRANSACTIONAL_ID' | 'DELEGATION_TOKEN', required
    - `resource_name` string, required
    - `pattern_type` string, required
    - `principal` string, required
    - `host` string, required
    - `operation` string, required
    - `permission` string, required

## Response `201`

No Content

## Other responses

- `400` — Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure. Usually serves application/json content, although in some cases simple text/plain content can be returned.
- `401` — Indicates a client authentication error. Kafka authentication failures will contain error code 40101 in the response body.
- `429` — Indicates that a rate limit threshold has been reached, and the client should retry again later.
- `5XX` — A server-side problem that might not be addressable from the client side. Retriable Kafka errors will contain error code 50003 in the response body.

## Changes

- **2022-09-07** (v3) `a5425ff4eb98` — 1 info
  - endpoint added
- **2021-03-10** (v3) `d61f00e40f31` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/confluentinc/apis/rest-admin-api/changes/clusters/:cluster_id/acls:batch/post.md)

---

[API](https://skmtc.dev/confluentinc/apis/rest-admin-api.md) · [All operations](https://skmtc.dev/confluentinc/apis/rest-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/confluentinc/rest-admin-api/revisions/36eb2fbeec57/schema)
