---
title: "PATCH /tenants/{tenantID}/users/{userID}"
method: PATCH
path: "/tenants/{tenantID}/users/{userID}"
---

# PATCH /tenants/{tenantID}/users/{userID}

`PATCH /tenants/{tenantID}/users/{userID}`

** Required security scopes**:

## Path parameters

- `tenantID` integer, required
- `userID` integer, required

## Request body

- UpdateUserPayload
  - `email` string
  - `first_name` string
  - `id` integer
  - `last_name` string
  - `password` string
  - `role` string
  - `validated` boolean
  - `validation_code` string

## Response `204`

No Content

## Other responses

- `404` — Not Found

## Changes

- **2016-04-19** `3c07e4273a35` — 1 info
  - endpoint added
- **2016-04-14** `f87b3afefe7c` — 1 breaking
  - api path removed without deprecation
- **2016-04-12** `1c154a26f5a6` — 1 info
  - endpoint added
- **2015-11-17** `27d9759e9201` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/gopheracademy/apis/congo/changes/tenants/:tenantID/users/:userID/patch.md)

---

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