---
title: "POST /api/roles/"
method: POST
path: "/api/roles/"
tags: ["api"]
---

# POST /api/roles/

`POST /api/roles/`

## Request body

- Role
  - `id` string, uuid
  - `title` string, nullable
  - `technical` boolean
  - `company` string, uuid, nullable

## Response `201`

Created

- Role
  - `id` string, uuid
  - `title` string, nullable
  - `technical` boolean
  - `company` string, uuid, nullable

---

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