> ## Documentation Index
> Fetch the complete documentation index at: https://hexelstudio.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Role

Create a new role in the system.

* **Method:** POST
* **Path:** `/api/v1/roles/`

## Request Body

Refer to the `RoleCreate` schema in the OpenAPI playground.

## Response

Returns a `Role` object on success.

<OpenAPIPlayground endpoint="/api/v1/roles/" method="POST" />
