---
title: "List Company Legal Entities"
method: GET
path: "/v1/companies/{company_id}/legal-entities"
tags: ["Legal Entities"]
---

# List Company Legal Entities

`GET /v1/companies/{company_id}/legal-entities`

Lists all active legal entities for the authorized company specified in the request.


## Scopes

| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage company resources (`company_admin`) | View companies (`company:read`) | Manage companies (`company:write`) |

## Path parameters

- `company_id` string, uuid, required — Identifier of the employment being terminated.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Success

- ListCompanyLegalEntitiesResponse — Response schema listing many legal_entities
  - `data` object
    - `current_page` integer — The current page among all of the total_pages
    - `legal_entities` CompanyLegalEntity[]
      - `country_code` string, nullable — ISO 3166-1 alpha-3 country code (e.g., 'USA', 'GBR', 'DEU')
      - `global_payroll_enabled` boolean, required — Whether Global Payroll services are enabled for this legal entity.
      - `id` string, uuid, required — Company slug
      - `is_default` boolean — Indicates if this is the default legal entity for the company
      - `name` string, required — The registered name of the legal entity.
    - `total_count` integer — The total number of records in the result
    - `total_pages` integer — The total number of pages the user can go through

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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