---
title: "Update Company"
method: PATCH
path: "/v2/companies/{id}"
tags: ["Companies"]
---

# Update Company

`PATCH /v2/companies/{id}`

## Path parameters

- `id` integer, required

## Headers

- `x-api-version` string — An API version
- `x-company-guid` string, uuid

## Request body

- object
  - `name` string, nullable
  - `country` string, nullable
  - `photo` string, nullable
  - `pos` string, nullable

## Response `200`

A company

- object
  - `id` number, required
  - `name` string, required
  - `country` string, required
  - `photo` string, nullable, required
  - `plan_id` string, required
  - `created` string, date-time, required
  - `modified` string, date-time, nullable, required
  - `expires` string, date-time, nullable, required
  - `days_to_expire` number, nullable, required
  - `converted` string, date-time, nullable, required
  - `pos` string, nullable, required
  - `status` 'active' | 'trial' | 'cancelled' | 'delinquent' | 'expired' | 'unknown', required
  - `start_week_on` number, nullable, required
  - `meta` object
    - `signup_utm_source` string, nullable
    - `utm_source` string, nullable
    - `signup_content_source` string, nullable
    - `buy_now` boolean
    - `trial_checklist_stored_locally` boolean
    - `employee_count_range` string, nullable
    - `api_key` string — Company API key

## Other responses

- `403` — Not authorized to update a company

---

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