---
title: "Create Role"
method: POST
path: "/internal/roles/create"
tags: ["internal"]
---

# Create Role

`POST /internal/roles/create`

Create a new role with the specified permissions.

## Request body

- CreateRoleRequest
  - `role_name` string, required
  - `permission_ids` string[]
  - `company_id` string, uuid, nullable
  - `archetype` 'tprm_admin' | 'business_owner' | 'tprm_analyst' | 'sme' | 'view_only' | 'collateral_admin' | 'collateral_reviewer' | 'collateral_submitter' | 'policy_reviewer' — Closed, product-owned set of role identities. Stable machine keys — never renamed.

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
