---
title: "Get"
method: GET
path: "/public/api/acl-roles/{id}"
tags: ["Roles"]
---

# Get

`GET /public/api/acl-roles/{id}`

Get a role for the given id.

## Path parameters

- `id` string, required

## Headers

- `Accept` string

## Response `200`

OK

- object
  - `acl_role_id` string
  - `client_role` string
  - `client_role_extension` string
  - `created_date` string
  - `updated_date` string

---

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