---
title: "Get a specific RBAC role"
method: GET
path: "/rbac/roles/{id}"
tags: ["RBAC"]
---

# Get a specific RBAC role

`GET /rbac/roles/{id}`

Use when you need to show or edit a single role (e.g. role detail page). Includes permissions, name, and description.

## Path parameters

- `id` string, required

## Response `200`

Role details

- object

## Other responses

- `404` — Role not found

---

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