---
title: "List Companies With Roles"
method: GET
path: "/internal/roles/companies"
tags: ["internal"]
---

# List Companies With Roles

`GET /internal/roles/companies`

List companies that have at least one row in UserRoles (company_id IS NOT NULL).

## Response `200`

Successful Response

- CompanyWithRoles[]
  - `company_id` string, required
  - `company_name` string, required

---

[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)
