---
title: "Get User Role"
method: GET
path: "/v3/users/{userId}/assigned-roles/{roleId}"
tags: ["Roles"]
---

# Get User Role

`GET /v3/users/{userId}/assigned-roles/{roleId}`

Returns the assigned role for the specified ID.

## Response `200`

A get action response of a single assigned role.

- AssignedRole — An assigned role is a role that has been assigned to a user or team.
  - `id` string, uuid — The ID of the role assignment.
  - `role_name` string, nullable — Name of the role being assigned.
  - `entity_id` string, uuid, nullable — A RBAC entity ID.
  - `entity_type_name` string, nullable — Name of the entity type the role is being assigned to.
  - `entity_region` 'us' | 'eu' | 'au' | 'me' | 'in' | 'sg' | '*' — Region of the entity.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Permission denied
- `404` — Not Found

## Changes

- **2026-08-04** `06734a9c491f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kong/apis/konnect-api/changes/v3/users/:userId/assigned-roles/:roleId/get.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api/revisions/72502a676a92/schema)
