---
title: "PATCH /orgs/{org_id}/users"
method: PATCH
path: "/orgs/{org_id}/users"
tags: ["orgs"]
---

# PATCH /orgs/{org_id}/users

`PATCH /orgs/{org_id}/users`

Update a user's role in an organization

## Path parameters

- `org_id` string, required

## Request body

- EditOrgUserReqBody
  - `email` string, required — User's email address
  - `role` string, nullable — System role name. Standard values are `admin`, `developer`, `billing`, and `user`. Mutually exclusive with `role_id`.
  - `role_id` integer, nullable — Role identifier — either a system role or a custom role defined in this organization. Mutually exclusive with `role`.

## Response `204`

User role updated successfully

## Changes

- **2026-05-18** `cd5b6fad189e` — 3 info
  - added the new optional request property `role_id`
  - the request property `role` became nullable
  - the request property `role` became optional
- **2026-03-16** `eb2c08128881` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/users/patch.md)

---

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