---
title: "Get a list of all company vehicles that user is associated with"
method: GET
path: "/v1/resourceowner/companyvehicle"
tags: ["ResourceOwnerCompanyVehicles"]
---

# Get a list of all company vehicles that user is associated with

`GET /v1/resourceowner/companyvehicle`

Only company vehicles that the user is associated with will be returned by this operation.

## Query parameters

- `companyId` integer

## Response `200`

The company vehicles are returned

- CompanyVehicleModel[]
  - `CompanyVehicleId` integer
  - `CompanyId` integer
  - `VehicleId` integer

## Other responses

- `500` — Internal server error

---

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