---
title: "Get My Role Names"
method: GET
path: "/users/roles"
tags: ["users"]
---

# Get My Role Names

`GET /users/roles`

Names of the roles assigned to the current user (e.g. "full_user",
"vendor_owner"). A standalone read so callers (role-gated routing, profile
mutations) don't have to thread role_names through every response that
happens to touch the user — see UserResponse, which intentionally omits it.

## Response `200`

Successful Response

- string[]

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
