---
title: "Update role assignment"
method: PATCH
path: "/role_assignments/{id}"
tags: ["Role assignments"]
---

# Update role assignment

`PATCH /role_assignments/{id}`

## Path parameters

- `id` integer, required

## Request body

- union
  - object
    - `role_assignment` object, required
      - `role_id` string — The role ID of the role assignment.
      - `notify` string — The role ID of the role assignment.
  - object
    - `role_assignment` object, required
      - `role_id` string — The role ID of the role assignment.
      - `notify` string — The role ID of the role assignment.
  - object
    - `role_assignment` object, required
      - `role_id` string — The role ID of the role assignment.
      - `notify` string, date-time, nullable — When the role assignment stops to be valid.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
