---
title: "Create Employee Payroll Run"
method: POST
path: "/api/hris/v1/employee-payroll-runs"
tags: ["Employee Payroll Runs"]
---

# Create Employee Payroll Run

`POST /api/hris/v1/employee-payroll-runs`

Creates a Employee Payroll Run object with the given values.

## Headers

- `x-idempotency-key` string — Key to guarantee idempotent write execution.
- `x-connector-token` string, required

## Response `201`

Successful Response

- unknown

## Other responses

- `401` — Missing or invalid bearer authentication credentials.
- `403` — The credentials are valid but do not permit access to this resource, e.g. a connector token used on a different API category or a model whose writes are disabled.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

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