---
title: "Create a probation policy"
method: POST
path: "/probation_policies"
tags: ["Probation policies"]
---

# Create a probation policy

`POST /probation_policies`

## Query parameters

- `name` string
- `length` integer

## Response `201`

Created

- object
  - `data` ProbationPolicy
    - `id` integer
    - `name` string
    - `length` integer
    - `created_at` string
    - `updated_at` string

---

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