---
title: "Creates the role."
method: POST
path: "/Litium/api/admin/customers/roles"
tags: ["Customers role"]
---

# Creates the role.

`POST /Litium/api/admin/customers/roles`

## Request body

- LitiumCustomersRole, nullable — Represents a storage which is used to contains the information of the role.
  - `fields` FieldsCustomersRole
    - `_name` object
      - `en-US` string, nullable
      - `sv-SE` string, nullable
  - `id` string, nullable — Gets or sets the role identifier.
  - `systemId` string, uuid — Gets or sets the role system identifier.
  - `operationLinks` LitiumCustomersRoleOperationLink[], nullable — Gets or sets the operation links.
    - `roleOperationSystemId` string, uuid — Gets or sets the operation system identifier.

## Response `201`

Created

---

[API](https://skmtc.dev/litium/apis/litium-admin-web-api.md) · [All operations](https://skmtc.dev/litium/apis/litium-admin-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litium/litium-admin-web-api/revisions/a65881b0d0c6/schema)
