---
title: "PUT /group-bindings"
method: PUT
path: "/group-bindings"
tags: ["group-bindings"]
---

# PUT /group-bindings

`PUT /group-bindings`

Bulk updates a list of group bindings.

## Request body

- UpdateGroupBindingInfoList
  - `group_bindings` UpdateGroupBindingInfo[], required — A list of group bindings with information to update.
    - `group_binding_id` string, uuid, required — The ID of the group binding.
    - `source_group_id` string, uuid, required — The ID of the source group.
    - `groups` object[], required — The list of groups.
      - `group_id` string, uuid, required — The ID of the group.

## Response `200`

The group bindings were successfully updated.

---

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