---
title: "List Roles"
method: GET
path: "/admin/providers/role/list"
tags: ["provider", "admin"]
---

# List Roles

`GET /admin/providers/role/list`

Get a list of all available roles

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- RoleSummary[]
  - `id` string, required — Unique identifier for the role
  - `name` string, required — Role name (e.g., 'admin', 'user', 'billing_manager')
  - `userType` 'ADMIN' | 'PROVIDER' | 'USER', required
  - `createdDate` string, date-time, nullable — When the role was created
  - `updatedDate` string, date-time, nullable — When the role was last updated

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
