---
title: "Get a single role"
method: GET
path: "/v3/merchants/{mId}/roles/{roleId}"
tags: ["MERCHANTS"]
---

# Get a single role

`GET /v3/merchants/{mId}/roles/{roleId}`

## Path parameters

- `mId` string, required
- `roleId` string, required

## Query parameters

- `expand` string

## Headers

- `User-Agent` string, required

## Response `200`

- 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.

---

[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/revisions/08da265101a3/schema)
