---
title: "Collect companies associated with the user"
method: GET
path: "/v1/company"
tags: ["Company"]
---

# Collect companies associated with the user

`GET /v1/company`

Collect company roles associated with the user. This includes:
      <ul>
        <li>
          Any company roles of which the user is either a direct or indirect member, i.e. the user can operate on behalf of that company
        </li>
        <li>
          Any company role such that the user is a member of a role which is directly or indirectly managed by that company
        </li>
      </ul>

## Query parameters

- `id` integer[]
- `uuid` string[]
- `roleId` integer[]
- `viewId` integer[]
- `viewInsightsVersion` Def42[]

## Response `200`

An array with companies which manage the user or are managed by the user

- object
  - `company` object[]
    - `id` integer, required
    - `uuid` string, uuid
    - `name` string, required

## Other responses

- `401` — Authentication required or token invalid

---

[API](https://skmtc.dev/eniris/apis/eniris-metadata-telemetry-query-api.md) · [All operations](https://skmtc.dev/eniris/apis/eniris-metadata-telemetry-query-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eniris/eniris-metadata-telemetry-query-api/revisions/fe3723575e19/schema)
