---
title: "Create an Access Control Policy Group"
method: POST
path: "/access_control/policy_groups"
tags: ["Access Control - Policy Groups"]
---

# Create an Access Control Policy Group

`POST /access_control/policy_groups`

Creates a policy group.

## Request body

- CreateAccessControlPolicyGroupRequest
  - `name` Name, required — unresolved $ref

## Response `200`

OK

- AccessControlPolicyGroup
  - `id` integer
  - `account_id` integer
  - `name` string, required — Policy Group's name
  - `taggable_name` string — Policy Group's taggable name
  - `description` string, nullable — Policy Group's description
  - `policy_count` integer — Policy Group's policy count
  - `created_at` string, date-time — when the policy group was created
  - `updated_at` string, date-time — when policy group was updated

---

[API](https://skmtc.net/treasure/apis/treasure-data-api.md) · [All operations](https://skmtc.net/treasure/apis/treasure-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/treasure-data-api/revisions/a753ea35d9dd/schema)
