---
title: "Create a new PABX identifier setting"
method: POST
path: "/system/pabx-identifier-settings"
tags: ["PABX Identifier Settings"]
---

# Create a new PABX identifier setting

`POST /system/pabx-identifier-settings`

## Headers

- `Authorization` string, string, required
- `Context` string, string, required
- `Accept` 'application/json', required
- `X-Accept-Timezone` string

## Request body

- object
  - `pabx_identifier` string, required — The identifier for the PABX settings
  - `country_code` string, required — The country code for the PABX settings

## Response `202`

PABX identifier settings created successfully

- string

## Other responses

- `400` — Validation error. Usually caused by a missing or invalid parameter.
- `401` — Failed to authenticate the incoming request
- `403` — Permission denied error
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
