---
title: "Update Company Industry Codes"
method: PUT
path: "/api/v1/company-profile-data/industry-codes"
tags: ["Public API", "Company"]
---

# Update Company Industry Codes

`PUT /api/v1/company-profile-data/industry-codes`

Updates the industry codes associated with a company.

OAuth Scopes: company:details.write

## Request body

- object
  - `industryIds` integer[], required — List of industry IDs associated with the company. Currently limited to a single entry.

## Response `200`

Returns the updated list of enabled industries for the company

- object
  - `company_industries` CompanyIndustryDataObject[]
    - `industryId` integer, required — The company's industry id.
    - `addedByCustomer` boolean, required — If the industry was added by the customer.
    - `addedByUserId` integer, nullable, required — The user id of the user who added the industry.
    - `addedYmdt` string, nullable, required — The date that the industry was added.

## Other responses

- `400` — Bad request due to invalid request structure or multiple industry IDs provided
- `401` — Missing or invalid authentication
- `403` — Insufficient permissions or release toggle not enabled
- `404` — Industry ID not found
- `500` — Internal server error

---

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