---
title: "List User Companies"
method: GET
path: "/setup/v1/businessusers/{email}/companies"
tags: ["BusinessUsers"]
---

# List User Companies

`GET /setup/v1/businessusers/{email}/companies`

Use this endpoint to return a **List of Companies** associated with the business users email requested. A business user **email** address is required. Use the offset and limit parameters to control the page start and number of results. Default offset is 0, limit is 20, max is 100. Use the query parameters to filter the results further.

## Path parameters

- `email` string, required

## Query parameters

- `searchText` string
- `offset` integer
- `limit` integer

## Response `200`

Success

- AuthorizedCompanyListViewModel
  - `object` string, nullable
  - `url` string, nullable
  - `hasMore` boolean
  - `count` integer
  - `total` integer
  - `data` AuthorizedCompanyViewModel[], nullable
    - `object` string, nullable
    - `id` string, nullable
    - `name` string, nullable
  - `email` string, nullable

---

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