---
title: "Get all roles for a merchant"
method: GET
path: "/v3/merchants/{mId}/roles"
tags: ["MERCHANTS"]
---

# Get all roles for a merchant

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

Retrieves all system and employee roles for a merchant's business.

## Path parameters

- `mId` string, required

## Query parameters

- `filter` string
- `expand` string
- `offset` integer
- `limit` integer

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Displays all roles for the merchant.

- object
  - `id` string — Unique identifier of the role.
  - `name` string, required — Full name of the role.
  - `systemRole` 'OWNER' | 'ADMIN' | 'MANAGER' | 'EMPLOYEE', required — Base system role, such as Owner, Admin, Manager, or Employee.
  - `employeesRef` object[] — Reference information of employees assigned a role.
    - `id` string — Unique identifier of the employee reference.
  - `merchant` object — Merchant who created the roles.
    - `id` string — Unique identifier of the merchant.

---

[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)
