---
title: "Update assignee group"
method: PATCH
path: "/v1/internal/assignee_groups/{id}"
tags: ["assignee-groups"]
---

# Update assignee group

`PATCH /v1/internal/assignee_groups/{id}`

Updates an existing assignee group

## Path parameters

- `id` string, required

## Request body

- UpdateAssigneeGroupReqDTO
  - `description` string
  - `is_active` boolean
  - `members` string[], required — Members are ops email addresses OR automated-system identifiers (e.g. "verifications-api", "accounts-api") — some request status changes are performed by other services rather than a human reviewer, and those service identifiers must be able to join the RequestStatusChangeAdminGroup.
  - `name` string

## Response `200`

OK

- object — Standard response containing data and its metadata if any
  - `data` AssigneeGroupResDTO
    - `created_at` string
    - `description` string
    - `external_id` string
    - `id` string
    - `is_active` boolean
    - `member_count` integer
    - `members` string[]
    - `name` string
    - `updated_at` string
  - `has_more` boolean

## Other responses

- `404` — Not Found

---

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