---
title: "Create a taxonomy"
method: POST
path: "/hris/{connection_id}/taxonomy"
tags: ["hris", "taxonomy"]
---

# Create a taxonomy

`POST /hris/{connection_id}/taxonomy`

## Path parameters

- `connection_id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Request body

- HrisTaxonomy
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `type` 'SKILL' | 'KNOWLEDGE' | 'COMPETENCE' | 'ABILITY' | 'CERTIFICATION' | 'ROLE' | 'HOLIDAY' | 'LEAVE'
  - `name` string
  - `description` string
  - `domain` string
  - `category` string
  - `subcategory` string
  - `parent_id` string
  - `alternative_names` string[] — synonyms / alternative labels
  - `url` string
  - `role_ids` string[] — ids of hris_taxonomy items of type ROLE that this skill relates to
  - `is_active` boolean
  - `raw` object

## Response `200`

Successful

- HrisTaxonomy
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `type` 'SKILL' | 'KNOWLEDGE' | 'COMPETENCE' | 'ABILITY' | 'CERTIFICATION' | 'ROLE' | 'HOLIDAY' | 'LEAVE'
  - `name` string
  - `description` string
  - `domain` string
  - `category` string
  - `subcategory` string
  - `parent_id` string
  - `alternative_names` string[] — synonyms / alternative labels
  - `url` string
  - `role_ids` string[] — ids of hris_taxonomy items of type ROLE that this skill relates to
  - `is_active` boolean
  - `raw` object

## Changes

- **2026-09-04** `45664a7696ac` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/hris/:connection_id/taxonomy/post.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/e0a7ff925921?raw)
