---
title: "returns role information (Auth policies: role:view)"
method: GET
path: "/api/roles/{roleName}"
tags: ["Role"]
---

# returns role information (Auth policies: role:view)

`GET /api/roles/{roleName}`

## Path parameters

- `roleName` string, required

## Response `200`

OK

- RAppRole — Role Permissions (a set of defined permision policies which could be assigned to users)
  - `id` string, uuid
  - `name` string, nullable
  - `normalizedName` string, nullable
  - `concurrencyStamp` string, nullable
  - `description` string, nullable — Description
  - `permissions` RPermission[], nullable — Permissions
    - `id` string, uuid — Id
    - `securableItemShortName` string, nullable — SecurableItem short name
    - `operationShortName` string, nullable — Operation short name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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