---
title: "Gets all umbrella companies"
method: GET
path: "/Entity/UmbrellaCompanies"
tags: ["Entity"]
---

# Gets all umbrella companies

`GET /Entity/UmbrellaCompanies`

Results are ordered by LastUpdated date in descending order

## Query parameters

- `includeInactive` boolean

## Response `200`

- UmbrellaCompanyResult[], nullable
  - `Id` integer
  - `Name` string
  - `ContactForename` string
  - `ContactSurname` string
  - `IsActive` boolean
  - `Created` string, date-time
  - `LastUpdated` string, date-time

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/vslcloud/apis/infinity-api.md) · [All operations](https://skmtc.dev/vslcloud/apis/infinity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vslcloud/infinity-api/revisions/54661781612a/schema)
