---
title: "List all RBAC roles"
method: GET
path: "/rbac/roles"
tags: ["RBAC"]
---

# List all RBAC roles

`GET /rbac/roles`

Use when building role pickers or permission UIs. Returns all roles with permissions and descriptions.

## Query parameters

- `user_type` 'user' | 'service_account'

## Response `200`

List of roles

- object

## Other responses

- `400` — Invalid request
- `500` — Server error

## Changes

- **2026-08-14** `29f14678f58f` — 5 info
  - added the new optional `query` request parameter `user_type`
  - added the non-success response with the status `400`
  - added the optional property `code` to the response with the `500` status
  - added the optional property `http_status_code` to the response with the `500` status
  - …1 more

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/rbac/roles/get.md)

---

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