---
title: "Update company"
method: PUT
path: "/v2/company"
tags: ["Company"]
---

# Update company

`PUT /v2/company`

Update details of a company. A company represents your Kaleyra Video instance and includes global configurations. See <a href="https://developers.kaleyra.io/reference/video-important-concepts#company">this page</a> for more information.

## Request body

- object
  - `name` string — Name of the company.
  - `default_language` 'en' | 'it' | 'es' | 'pt' — Default language of the company and users created.
  - `background_alias` string, nullable — Alias of the default virtual background for this company.
  - `end_call_redirect_url` string — End call redirection URL.
  - `end_call_redirect_timeout_ms` number — End call redirection timeout.
  - `user_details_provider_url` string — Endpoint of the service that provides user details (display name and avatar) of users. See <a href='https://developers.kaleyra.io/reference/video-server-side-user-details-provider'>this page</a> for more information. **The response body of this service is treated as PII/PHI**

## Response `200`

- object
  - `name` string — Name of the company.
  - `default_language` 'en' | 'it' | 'es' | 'pt' — Default language of the company and users created.
  - `default_background` object, nullable — Default virtual background of a company.
    - `background_alias` string — Virtual background identifier.
    - `url` string, url — Virtual background resource URL.
    - `creation_date` string, date-time — Creation date of the virtual background.
  - `end_call_redirect_url` string, nullable — End call redirection URL.
  - `end_call_redirect_timeout_ms` integer — End call redirection timeout.
  - `user_details_provider_url` string, nullable — Endpoint of the service that provides user details (display name and avatar) of users. See <a href='https://developers.kaleyra.io/reference/video-server-side-user-details-provider'>this page</a> for more information. **The response body of this service is treated as PII/PHI**

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `422` — Unprocessable Content
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
