---
title: "Create a new tenant specialty"
method: POST
path: "/tenant-specialties"
tags: ["Tenant Specialty"]
---

# Create a new tenant specialty

`POST /tenant-specialties`

Creates a new tenant specialty

## Headers

- `tenant-id` string, required

## Request body

- CreateTenantSpecialtyRequest
  - `specialtyId` string
  - `data` TenantSpecialtySchema — Represents a specialty associated with a tenant.
    - `displayName` string, required — Display name for the specialty.
    - `description` string — Detailed description of the specialty.
    - `changeReason` string — Reason for any change to the specialty.

## Response `201`

Successfully created the tenant specialty

- TenantSpecialtySchema — Represents a specialty associated with a tenant.
  - `displayName` string, required — Display name for the specialty.
  - `description` string — Detailed description of the specialty.
  - `changeReason` string — Reason for any change to the specialty.

## Other responses

- `400` — Invalid request data
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
