---
title: "PATCH /v0.1/orgs/{org_name}/users/{user_name}"
method: PATCH
path: "/v0.1/orgs/{org_name}/users/{user_name}"
tags: ["account"]
---

# PATCH /v0.1/orgs/{org_name}/users/{user_name}

`PATCH /v0.1/orgs/{org_name}/users/{user_name}`

Updates the given organization user

## Path parameters

- `org_name` string, required
- `user_name` string, required

## Request body

- object
  - `role` 'admin' | 'collaborator' | 'member' — The user's role in the organizatiion

## Response `200`

Success

- object
  - `email` string, required — The email address of the user
  - `display_name` string, required — The full name of the user. Might for example be first and last name
  - `joined_at` string, required — The date when the user joined the organization
  - `name` string, required — The unique name that is used to identify the user.
  - `role` string, required — The role the user has within the organization

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.dev/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/appcenter/app-center-client/revisions/4e9226ab8f35/schema)
