---
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

## Changes

- **2026-08-18** `ba07bb992e69` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/syncromsp/apis/syncro/changes/policy_folders/post.md)

---

[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)
