---
title: "company"
method: PATCH
path: "/v{version}/companies/{id}"
tags: ["Company"]
---

# company

`PATCH /v{version}/companies/{id}`

Updates a company.<p>Scopes: update_company</p>

## Path parameters

- `id` string, required
- `version` string, required

## Request body

- DtosCompanyEditable
  - `status` 'Active' | 'Inactive' | 'Demo' — The status of the company.
  - `agent_id` string — The ID of the agent for this company.
  - `teams` string[] — A list of team names belonging to the agency.
  - `open_enrollment_start_date` string
  - `open_enrollment_end_date` string

## Response `204`

No Content

---

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