---
title: "Change Member Role"
method: PATCH
path: "/workspace/{workspace_id}/member/{member_user_id}"
---

# Change Member Role

`PATCH /workspace/{workspace_id}/member/{member_user_id}`

## Path parameters

- `workspace_id` string, required
- `member_user_id` string, required

## Request body

- MembershipRoleUpdate
  - `role` 'owner' | 'admin' | 'editor', required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/iliad/apis/fastapi.md) · [All operations](https://skmtc.dev/iliad/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iliad/fastapi/revisions/c1701119b330/schema)
