---
title: "Get User role"
method: GET
path: "/roles/{id}"
tags: ["User Roles"]
---

# Get User role

`GET /roles/{id}`

# Get Role Details

This endpoint retrieves details of a specific role identified by its ID.

## Response `200`

Successful operation

- object
  - `role` object
    - `id` string
    - `level` string
    - `name` string
    - `twofa_type` string
    - `userIds` string[]

## Other responses

- `404` — Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
