---
title: "Creates a Policy Folder"
method: POST
path: "/policy_folders"
tags: ["Policy Folder"]
---

# Creates a Policy Folder

`POST /policy_folders`

Required permission: Policies - New
Syncro accounts only.

## Request body

- object
  - `customer_id` integer, required
  - `name` string, required
  - `parent_id` integer, required

## Response `201`

successful

## Other responses

- `404` — Customer not found
- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
