---
title: "Must be Company member - Get a role"
method: GET
path: "/app/v1/roles/{role_id}"
tags: ["roles"]
---

# Must be Company member - Get a role

`GET /app/v1/roles/{role_id}`

## Path parameters

- `role_id` string, uuid, required

## Response `200`

A successful operation

- Role
  - `name` string
  - `description` string
  - `status` 'active' | 'disabled'
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `created_by` string, uuid
  - `updated_by` string, uuid
  - `id` string, uuid
  - `company_id` string, uuid

---

[API](https://skmtc.net/validere/apis/carbonhub-api.md) · [All operations](https://skmtc.net/validere/apis/carbonhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/validere/carbonhub-api/revisions/053edab62415/schema)
