---
title: "Update a job group"
method: PUT
path: "/job_groups/{id}"
tags: ["Job Groups"]
---

# Update a job group

`PUT /job_groups/{id}`

Update an existing job group.

## Request body

- object
  - `name` string — Name of the job group
  - `parent_id` integer — ID of the parent job group. Omit or set to null for a top-level group.

## Response `200`

OK

- object
  - `data` JobGroup — Represents a job group used to organize job profiles hierarchically.
    - `id` integer, required — Unique identifier of the job group
    - `name` string, required — Name of the job group
    - `parent_id` integer — ID of the parent job group. Null if this is a top-level group.
    - `created_at` string, date-time — Timestamp when the job group was created
    - `updated_at` string, date-time — Timestamp when the job group was last updated

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/versions/ff612e61a4c3/schema)
