---
title: "Update a member's role"
method: PATCH
path: "/v1/orgs/{org_slug}/members/{user_id}"
tags: ["Organizations"]
---

# Update a member's role

`PATCH /v1/orgs/{org_slug}/members/{user_id}`

Change the role of an org member. Requires `admin`.

## Path parameters

- `org_slug` string, required
- `user_id` string, required

## Request body

- object
  - `role` 'admin' | 'member'
  - `can_manage_work_orders` boolean — Dispatcher: view and assign all unit work orders

## Response `200`

Default Response

- object

---

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