---
title: "Update Org Groups Config"
method: PUT
path: "/v2/enterprise/org-group-limits"
tags: ["org-group-limits"]
---

# Update Org Groups Config

`PUT /v2/enterprise/org-group-limits`

Update the organization groups configuration.

This endpoint replaces the entire org groups configuration with the provided config.
- Groups not in the request will be deleted
- Groups in the request will be created or updated to match the config

## Request body

- OrgGroupsConfig — Configuration mapping group names to their settings.
  - `groups` object, required

## Response `200`

Successful Response

- OrgGroupsConfig — Configuration mapping group names to their settings.
  - `groups` object, required

## Other responses

- `422` — Validation Error

---

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