---
title: "Get Role"
method: GET
path: "/v1/roles/{id}"
tags: ["BackendService"]
---

# Get Role

`GET /v1/roles/{id}`

Get a Role.

## Path parameters

- `id` string, required

## Response `200`

OK

- GetRoleResponse
  - `role` Role — Role represents a logical grouping of permissions that Users may have.
    - `id` string — The Role ID. Starts with `role_...`.
    - `organizationId` string — The Organization this Role belongs to, if any.
    - `createTime` string, date-time — When the Role was created.
    - `updateTime` string, date-time — When the Role was last updated.
    - `displayName` string — A human-readable display name for this Role.
    - `description` string — A human-readable description of the Role.
    - `actions` string[] — The names of the Actions associated with this Role.

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

---

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