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

# POST /api/v1/users/roles/

`POST /api/v1/users/roles/`

Create Role

## Request body

- Role
  - `id` integer
  - `name` string, required
  - `code` string, required
  - `abbr` string
  - `order` integer, required
  - `is_admin` boolean
  - `is_top_manager` boolean
  - `is_manager` boolean
  - `is_reviewer` string

## Response `201`

- Role
  - `id` integer
  - `name` string, required
  - `code` string, required
  - `abbr` string
  - `order` integer, required
  - `is_admin` boolean
  - `is_top_manager` boolean
  - `is_manager` boolean
  - `is_reviewer` string

## Changes

- **2020-12-11** `0957c4a7ae3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/users/roles/post.md)

---

[API](https://skmtc.dev/lexpredict/apis/contraxsuite-api.md) · [All operations](https://skmtc.dev/lexpredict/apis/contraxsuite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lexpredict/contraxsuite-api/revisions/0957c4a7ae3d/schema)
