---
title: "Create a role"
method: POST
path: "/v3/merchants/{mId}/roles"
tags: ["MERCHANTS"]
---

# Create a role

`POST /v3/merchants/{mId}/roles`

## Path parameters

- `mId` string, required

## Headers

- `User-Agent` string, required

## Request body

- object
  - `id` string — Unique identifier
  - `name` string, required — Full name of the role
  - `systemRole` 'OWNER' | 'ADMIN' | 'MANAGER' | 'EMPLOYEE', required — Base System Role
  - `employeesRef` object[] — employees with this role
    - `id` string — Unique identifier.
  - `merchant` object — The merchant this role belongs to.
    - `id` string — Unique identifier.

## Response `200`

---

[API](https://skmtc.net/clover/apis/platform-api.md) · [All operations](https://skmtc.net/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clover/platform-api/versions/08da265101a3/schema)
