---
title: "Update staff group"
method: PUT
path: "/v4/organizations/staffGroups/{staffGroupId}"
tags: ["Organizations"]
---

# Update staff group

`PUT /v4/organizations/staffGroups/{staffGroupId}`

## Path parameters

- `staffGroupId` string, required

## Request body

- StaffGroupRequest
  - `name` string, nullable
  - `groupMembers` string[], nullable

## Response `201`

Staff group has been updated

- StaffGroupResponse
  - `staffGroupId` string, nullable
  - `name` string, nullable
  - `createdAt` string, date-time, nullable
  - `groupMembers` string[], nullable

## Other responses

- `400` — Invalid request

---

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